Date: Monday, August 31, 2015 @ 21:53:23 Author: bisson Revision: 139035
upstream update Modified: python-pygit2/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-31 19:51:53 UTC (rev 139034) +++ PKGBUILD 2015-08-31 19:53:23 UTC (rev 139035) @@ -3,19 +3,21 @@ pkgbase=python-pygit2 pkgname=(python-pygit2 python2-pygit2) -pkgver=0.22.0 -pkgrel=10 +pkgver=0.23.0 +pkgrel=1 pkgdesc='Python bindings for libgit2' url="https://github.com/libgit2/pygit2" depends=(libgit2) -makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools) +makedepends=(python-cffi python2-cffi python-setuptools python2-setuptools git) arch=(i686 x86_64) license=('GPL2') -source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz") -md5sums=('a73eaf01c42527db7673d11fb5b37654') +#source=("$pkgbase-$pkgver.tar.gz::https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz") +#md5sums=('a73eaf01c42527db7673d11fb5b37654') +source=('git+https://github.com/libgit2/pygit2.git#commit=25d02259df7b73ec220b2a0095ad4a2d7d525f96') +sha1sums=('SKIP') package_python-pygit2() { - cd "pygit2-$pkgver" + cd "pygit2" depends+=(python python-cffi) replaces=(python-libgit2) conflicts=(python-libgit2) @@ -23,7 +25,7 @@ } package_python2-pygit2() { - cd "pygit2-$pkgver" + cd "pygit2" depends+=(python2 python2-cffi) replaces=(python2-libgit2) conflicts=(python2-libgit2)
