diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-13 10:18:14 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-13 10:18:14 +0100 |
commit | d27bbcebde95f792e0660af3657878216b2590c3 (patch) | |
tree | ebd693dbaeb22eb25643e06b80facc1e0f073e77 /extra/diffstat | |
parent | 68dc88e3f45d6cb33a56ca10ec02f7e990636d31 (diff) | |
parent | 0671250710c3e7312a4693ac45ebbaacf471d1dc (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/curl/PKGBUILD
core/lvm2/PKGBUILD
core/openvpn/PKGBUILD
extra/diffstat/PKGBUILD
extra/libxcb/PKGBUILD
extra/xorg-xkbutils/PKGBUILD
extra/xorg-xvinfo/PKGBUILD
Diffstat (limited to 'extra/diffstat')
-rw-r--r-- | extra/diffstat/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/diffstat/PKGBUILD b/extra/diffstat/PKGBUILD index e4fde9de6..92db54903 100644 --- a/extra/diffstat/PKGBUILD +++ b/extra/diffstat/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 146517 2012-01-12 10:18:19Z giovanni $ +# $Id: PKGBUILD 177978 2013-02-12 19:03:39Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de> pkgname=diffstat -pkgver=1.55 -pkgrel=1.1 +pkgver=1.56 +pkgrel=1 pkgdesc="Display a histogram of diff changes" arch=('i686' 'x86_64' 'mips64el') url="http://invisible-island.net/diffstat" depends=('glibc') license=('MIT') source=("ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz") -md5sums=('630d5278f1cd874dc3cc68cff3fddecf') +md5sums=('3841a3831122674865d41be39d27052f') build () { cd "${srcdir}/${pkgname}-${pkgver}" |