diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-04 15:12:26 +0300 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2018-08-05 03:46:44 +0200 |
commit | 7f6e77a4f5a1adca4d3dab5ef929465c0a2402b7 (patch) | |
tree | 1af157822e126d4a7aa4aa7d9d83ff7bc7134115 /testing | |
parent | 6f5888eb52df8a8f89a45a389291040437955454 (diff) | |
download | aports-7f6e77a4f5a1adca4d3dab5ef929465c0a2402b7.tar.bz2 aports-7f6e77a4f5a1adca4d3dab5ef929465c0a2402b7.tar.xz |
testing/py-protobuf: upgrade to 3.6.0, clarify license
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-protobuf/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index f48eeec290..aa1ff90ed3 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -2,12 +2,12 @@ # Contributor: Corentin Henry <corentinhenry@gmail.com> pkgname=py-protobuf _pkgname=${pkgname#py-} -pkgver=3.5.2 +pkgver=3.6.0 pkgrel=0 pkgdesc="Google's data interchange format." url="https://github.com/google/protobuf" arch="noarch" -license="BSD" +license="BSD-3-Clause" depends="py-six>=1.9" makedepends="python2-dev python3-dev py-setuptools py-google-apputils" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" @@ -53,4 +53,4 @@ _py() { chmod +r "$subpkgdir"/usr/lib/*/site-packages/*/* } -sha512sums="b9ad019476f12506c3176f41ed8935a16b6f2dacc167414075bc0a775c382b02e57b3fcf00df6e7dba28fafd631adad982128ff88efc84caf4f718a12b8d2ae6 py-protobuf-3.5.2.tar.gz" +sha512sums="eb6677f12726590681f737b967f28c40865dfed7657de5f8d5fca2591de67aee54d425b0f9191de6400ce602a845a5343b87e91c1b39976beef89ebf5575b9de py-protobuf-3.6.0.tar.gz" |