git » pyalpm.git » commit cfef34e

upgpkg: 0.8.2-2

author Jelle van der Waa
2017-11-06 08:44:38 UTC
committer Jelle van der Waa
2017-11-06 08:44:38 UTC
parent 17dfce2f19f945e5815b153e6440fc363ced5be9

upgpkg: 0.8.2-2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 19bb485..9e138b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
 
 pkgname=pyalpm
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
 url="https://git.archlinux.org/pyalpm.git/"
 license=('GPL')
 makedepends=('git')
-depends=('python>=3.6' 'pacman>=5.0.2')
+depends=('python>=3.6' 'pacman>=5.0')
 source=("git+https://git.archlinux.org/pyalpm.git#commit=6f0787ef74fc342c3eb0a9b24ab7aea0087bb27a")
 validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
 sha1sums=('SKIP')