git » pyalpm.git » commit b7a1396

(fix missing symbols)

author Felix Yan
2015-03-28 14:28:34 UTC
committer Felix Yan
2015-03-28 14:28:34 UTC
parent ea03c658d5ee74317898c786d4c61c5931b4c528

(fix missing symbols)

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 54b4738..ea2381c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=pyalpm
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/users/remy/pyalpm.git/"