git » pyalpm.git » commit 17dfce2

0.8.2 release

author Jelle van der Waa
2017-11-04 18:59:45 UTC
committer Jelle van der Waa
2017-11-04 18:59:45 UTC
parent 8aa717d72f5a6554fcd5292c62e63d82fa7e1d86

0.8.2 release

Fixes UTF-8 configuration files, package.base support

PKGBUILD +5 -4

diff --git a/PKGBUILD b/PKGBUILD
index 38f7767..19bb485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
 # Maintainer : Rémy Oudompheng <remy@archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 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>=4.2')
-source=("git+https://git.archlinux.org/pyalpm.git#tag=$pkgver")
+depends=('python>=3.6' 'pacman>=5.0.2')
+source=("git+https://git.archlinux.org/pyalpm.git#commit=6f0787ef74fc342c3eb0a9b24ab7aea0087bb27a")
+validpgpkeys=('E499C79F53C96A54E572FEE1C06086337C50773E')
 sha1sums=('SKIP')
 
 build() {