diff options
Diffstat (limited to 'abs/core/python_modules')
-rw-r--r-- | abs/core/python_modules/python-gitdb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/python_modules/python-gitdb/PKGBUILD b/abs/core/python_modules/python-gitdb/PKGBUILD index a7a6f71..258d97e 100644 --- a/abs/core/python_modules/python-gitdb/PKGBUILD +++ b/abs/core/python_modules/python-gitdb/PKGBUILD @@ -9,7 +9,6 @@ license=('BSD') depends=('python2' 'python-async') source=("http://pypi.python.org/packages/source/g/gitdb/gitdb-${pkgver}.tar.gz") -md5sums=('98655385607aed62101318051f7c9364') build() { cd "$srcdir/gitdb-$pkgver" @@ -17,3 +16,4 @@ build() { } # vim:set ts=2 sw=2 et: +md5sums=('98655385607aed62101318051f7c9364') |