git » pyalpm.git » commit 9e6b41d

Python 3.7 rebuild

author Felix Yan
2018-06-28 20:52:38 UTC
committer Felix Yan
2018-06-28 20:52:38 UTC
parent 2b04cbeccfe40d2fc57c23405751fedbffbb7a6f

Python 3.7 rebuild

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 57486a4..d04fb2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=pyalpm
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Libalpm bindings for Python 3"
 arch=('x86_64')
 url="https://git.archlinux.org/pyalpm.git/"
@@ -11,7 +11,7 @@ makedepends=('git')
 depends=('python>=3.6' 'pacman>=5.0')
 source=("git+https://git.archlinux.org/pyalpm.git#commit=284d480cd50a0d90dbdd00085efaf0ff9a63913c")
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
-sha1sums=('SKIP')
+sha512sums=('SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}