diff options
author | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
commit | 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (patch) | |
tree | adc6bcfb43847a9615413defa99b7a0946d22565 /community/gputils/PKGBUILD | |
parent | b8012183bbaae70ce4a714c618a967e85df9f521 (diff) |
Wed Jan 11 23:14:45 UTC 2012
Diffstat (limited to 'community/gputils/PKGBUILD')
-rw-r--r-- | community/gputils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD index f77c7dcbb..4b0695154 100644 --- a/community/gputils/PKGBUILD +++ b/community/gputils/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59445 2011-11-24 21:56:56Z ebelanger $ +# $Id: PKGBUILD 61926 2012-01-11 02:52:12Z ebelanger $ # Contributor: Johannes Martin <honzor@gmx.net> # Contributor: JJDaNiMoTh <jjdanimoth.aur@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=gputils -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="PIC Programming Utilities" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://gputils.sourceforge.net/" license=('GPL') depends=('glibc') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('04780834e30fc50f0bd92cc4c91cf11b') +md5sums=('d896de172a10afb77156a4fb8f393942') build() { cd "${srcdir}/${pkgname}-${pkgver}" |