[arch-commits] Commit in pyalpm/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Sat Dec 20 23:38:08 UTC 2014


    Date: Sunday, December 21, 2014 @ 00:38:07
  Author: remy
Revision: 227839

upgpkg: pyalpm 0.7-1

Bump to version 0.7 for pacman 4.2

Modified:
  pyalpm/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-20 18:15:11 UTC (rev 227838)
+++ PKGBUILD	2014-12-20 23:38:07 UTC (rev 227839)
@@ -1,15 +1,15 @@
 # Maintainer : Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7
+pkgrel=1
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/users/remy/pyalpm.git/"
 license=('GPL')
-depends=('python>=3.4' 'pacman>=4.1')
+depends=('python>=3.4' 'pacman>=4.2')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')
+sha1sums=('62fafb93d30c27b5a5a09df3e802d6e50fed9802')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



More information about the arch-commits mailing list