Commit f4fa30d
0
plików
+0
dodanych
-0
usuniętych
@@ -15,11 +15,11 @@ makedepends:
15
15
- python-installer
16
16
- python-wheel
17
17
source:
18
-- ' https://github.com/protocolbuffers/protobuf/archive/refs/tags/v${pkgver}.tar.gz '
18
+- 'https://github.com/protocolbuffers/protobuf/archive/refs/tags/v${pkgver}.tar.gz'
19
19
sha256sums:
20
-- e07ffec5348882ca6c968f9b908eb881515efdb4791ee5974cf9d92410a563db
20
+- SKIP
21
21
build: |
22
- cd protobuf-${pkgver}
22
+ cd protobuf-${pkgver}/python
23
23
python -m build --wheel --no-isolation
24
24
python -m installer --destdir="${PKGDIR}" dist/*.whl
25
25
package: |