diff options
Diffstat (limited to 'extra/diffstat/PKGBUILD')
-rw-r--r-- | extra/diffstat/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/diffstat/PKGBUILD b/extra/diffstat/PKGBUILD index 86349c855..0caa7aecf 100644 --- a/extra/diffstat/PKGBUILD +++ b/extra/diffstat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 183251 2013-04-19 14:34:26Z giovanni $ +# $Id: PKGBUILD 198590 2013-10-30 15:58:57Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de> pkgname=diffstat -pkgver=1.57 +pkgver=1.58 pkgrel=1 pkgdesc="Display a histogram of diff changes" arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,7 @@ url="http://invisible-island.net/diffstat" depends=('glibc') license=('MIT') source=("ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz") -md5sums=('a70ae35e479ab91da7eb6023a4e9240a') +md5sums=('6d6e13f7dcfe4db5da65c5175260ea47') build () { cd "${srcdir}/${pkgname}-${pkgver}" |