Commit 0887104
0
plików
+0
dodanych
-0
usuniętych
@@ -15,14 +15,12 @@ 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://files.pythonhosted.org/packages/source/p/protobuf/protobuf-${pkgver}.tar.gz'
19
19
sha256sums:
20
-- SKIP
20
+- e07ffec5348882ca6c968f9b908eb881515efdb4791ee5974cf9d92410a563db
21
21
build: |
22
22
cd protobuf-${pkgver}
23
23
python -m build --wheel --no-isolation
24
24
python -m installer --destdir="${PKGDIR}" dist/*.whl
25
-
26
- install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
27
25
package: |
28
26
true