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

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 17 03:45:43 UTC 2014


    Date: Monday, March 17, 2014 @ 04:45:42
  Author: fyan
Revision: 208000

upgpkg: pyalpm 0.6.2-2

- python 3.4 rebuild

Modified:
  pyalpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-17 03:42:58 UTC (rev 207999)
+++ PKGBUILD	2014-03-17 03:45:42 UTC (rev 208000)
@@ -2,12 +2,12 @@
 
 pkgname=pyalpm
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/users/remy/pyalpm.git/"
 license=('GPL')
-depends=('python>=3.2' 'pacman>=4.1')
+depends=('python>=3.4' 'pacman>=4.1')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
 sha1sums=('15e9911c4f91d78e22e8dbd679177334707482d2')
 




More information about the arch-commits mailing list