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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Apr 6 18:54:08 UTC 2016


    Date: Wednesday, April 6, 2016 @ 20:54:07
  Author: jlichtblau
Revision: 169595

python-pygit2 0.24.0
requires at least libgit2 1:0.24.0 and higher

Modified:
  python-pygit2/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-06 18:48:58 UTC (rev 169594)
+++ PKGBUILD	2016-04-06 18:54:07 UTC (rev 169595)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url="https://github.com/libgit2/pygit2"
 license=('GPL2')
-depends=('libgit2')
+depends=('libgit2>=1:0.24.0')
 makedepends=('python-cffi' 'python2-cffi' 'python-setuptools' 'python2-setuptools' 'git')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz")
 md5sums=('135adc1c70129d904ec89315b91cc26a')



More information about the arch-commits mailing list