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

Daniel Micay thestinger at nymeria.archlinux.org
Fri Jun 27 21:37:25 UTC 2014


    Date: Friday, June 27, 2014 @ 23:37:25
  Author: thestinger
Revision: 113685

upgpkg: python-pygit2 0.21.0-0

Modified:
  python-pygit2/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-27 20:01:31 UTC (rev 113684)
+++ PKGBUILD	2014-06-27 21:37:25 UTC (rev 113685)
@@ -3,19 +3,19 @@
 
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.20.3
-pkgrel=1
+pkgver=0.21.0
+pkgrel=0
 pkgdesc='Python bindings for libgit2'
 url="https://github.com/libgit2/pygit2"
 depends=(libgit2)
-makedepends=(python python2)
+makedepends=(python-cffi python2-cffi)
 arch=(i686 x86_64)
 license=('GPL2')
 source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('3002cc84ab85600a7eeca5611e20dca0')
+md5sums=('e72518f75fd8d960eefd3150f54aafaf')
 
 package_python-pygit2() {
-  cd "$srcdir/pygit2-$pkgver"
+  cd pygit2-$pkgver
   depends+=(python)
   replaces=(python-libgit2)
   conflicts=(python-libgit2)
@@ -23,7 +23,7 @@
 }
 
 package_python2-pygit2() {
-  cd "$srcdir/pygit2-$pkgver"
+  cd pygit2-$pkgver
   depends+=(python2)
   replaces=(python2-libgit2)
   conflicts=(python2-libgit2)




More information about the arch-commits mailing list