Date: Saturday, March 21, 2015 @ 15:13:39 Author: seblu Revision: 234442
upgpkg: which 2.21-1 Modified: which/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-21 09:25:47 UTC (rev 234441) +++ PKGBUILD 2015-03-21 14:13:39 UTC (rev 234442) @@ -4,8 +4,8 @@ # Contributor: Andreas Radke <[email protected]> pkgname=which -pkgver=2.20 -pkgrel=7 +pkgver=2.21 +pkgrel=1 pkgdesc='A utility to show the full path of commands' arch=('i686' 'x86_64') url='http://savannah.gnu.org/projects/which' @@ -16,7 +16,7 @@ # gpg key is using deprecated md5 algo, do not use # check if a new one is issued in the next release source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('95be0501a466e515422cde4af46b2744') +md5sums=('097ff1a324ae02e0a3b0369f07a7544a') build() { cd $pkgname-$pkgver
