Changeset 315:176295369513
Updated version
author | unexist |
---|---|
date | Fri, 24 Feb 2012 13:07:48 +0100 |
parents | 4978a46e7bca |
children | 1b06e013b5c8 |
files | arch/dulwich/PKGBUILD |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/arch/dulwich/PKGBUILD Sun Feb 12 19:47:30 2012 +0100 +++ b/arch/dulwich/PKGBUILD Fri Feb 24 13:07:48 2012 +0100 @@ -3,7 +3,7 @@ # Contributor: Lukas Linhart <bugs@almad.net> pkgname=python-dulwich -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=1 pkgdesc="Dulwich is a pure-Python implementation of the Git file formats and protocols." arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('python2') makedepends=('python2-distribute') source=("http://samba.org/~jelmer/dulwich/dulwich-$pkgver.tar.gz") -md5sums=('896348682ba7e07b3f916332b97052be') +md5sums=('8c38eb9c4001c56519cefb0b8acc8e6d') build() { cd "$srcdir/dulwich-$pkgver"