aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-04-25 17:45:12 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-05-07 09:25:23 +0000
commit1e70cf8fea7831c58207df4dd25b21664ab604be (patch)
treebd4c3ee8ef897fc74f8c7288fd19daeebfc9dc49
parent56d795ad3a0e3aca9b149085ef2866626f7fea08 (diff)
downloadaports-1e70cf8fea7831c58207df4dd25b21664ab604be.tar.bz2
aports-1e70cf8fea7831c58207df4dd25b21664ab604be.tar.xz
community/py3-protobuf: move from testing
-rw-r--r--community/py3-protobuf/APKBUILD (renamed from testing/py3-protobuf/APKBUILD)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-protobuf/APKBUILD b/community/py3-protobuf/APKBUILD
index c669850c00..6e224a0301 100644
--- a/testing/py3-protobuf/APKBUILD
+++ b/community/py3-protobuf/APKBUILD
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
depends="py3-six>=1.9"
makedepends="protobuf py3-setuptools"
# NOTE: Always use releases of protobuf, not pypi or auto-generated GitHub
-# tarballs as they do not contain the necessary componenets to run tests.
+# tarballs as they do not contain the necessary components to run tests.
source="https://github.com/protocolbuffers/protobuf/releases/download/v$pkgver/protobuf-python-$pkgver.tar.gz"
builddir="$srcdir"/protobuf-$pkgver/python