diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /extra/diffstat/PKGBUILD | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
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 d1988a62c..08804fd3a 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') @@ -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}" |