summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2019-08-08 20:11:31 +0200
committerAlexander Fasching2019-08-08 20:11:31 +0200
commite0c75564ee130a480282077066a6b913a1df4cc5 (patch)
treeead2d34fd8fee4cfad5ba4db98455314fc84a3fa /PKGBUILD
parentda0397307e653571dae3fba465ffc3ff8e1efef1 (diff)
downloadaur-e0c75564ee130a480282077066a6b913a1df4cc5.tar.gz
upgpkg: python-grpcio-tools 1.22.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b39a07d5e29f..ede2c543912b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
-# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
-# News updates for packages can be followed at https://devblog.square-r00t.net
+# Maintainer: Alexander Fasching <fasching.a91@gmail.com>
+# Contributor: brent s. <bts[at]square-r00t[dot]net>
+# Bugreports can be filed at https://github.com/alexf91/AUR-PKGBUILDs
+
pkgname=('python-grpcio-tools' 'python2-grpcio-tools')
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc="Python protobuf generator for GRPC"
arch=('any')
@@ -14,10 +14,8 @@ install=
changelog=
noextract=()
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
- "${_pkgname}-${pkgver}.tar.gz.sig")
-sha512sums=('b03b442fa5dc239919423e7eed5d6865924a4bc9369defc688b5ce72eb2b00580f9fb7a52a8a05cb255aee03000e9379dd7e8dae4a441811622e015d25792c0c'
- 'SKIP')
+source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha512sums=('0b733afb78ca60ce3ec0479cd0c4faf0d0d43ab2e015145d19f1c4736c79d0e3776813d0147e7e71f21f6cff2747eeb641fcf1399455936fd7b507bf38b38896')
package_python-grpcio-tools() {
depends=('python' 'python-grpcio' 'python-protobuf')