diff options
author | root <root@rshg054.dnsready.net> | 2013-08-04 02:16:47 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-04 02:16:47 -0700 |
commit | e88029ce7aca147fa158866a25841033adc244f2 (patch) | |
tree | 8634ed8603fb1f2574cdd79663a27a450e5ae3d1 /community/gputils | |
parent | e191a289464c21aafe7478065ea7ed3ddda0766f (diff) |
Sun Aug 4 02:14:49 PDT 2013
Diffstat (limited to 'community/gputils')
-rw-r--r-- | community/gputils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD index db76af71b..fbf0f94a5 100644 --- a/community/gputils/PKGBUILD +++ b/community/gputils/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 91611 2013-05-25 11:39:42Z bpiotrowski $ +# $Id: PKGBUILD 94996 2013-08-02 22:34:27Z cinelli $ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> # Contributor: Johannes Martin <honzor@gmx.net> # Contributor: JJDaNiMoTh <jjdanimoth.aur@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> pkgname=gputils -pkgver=1.1.0 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 pkgdesc="PIC Programming Utilities" arch=('i686' 'x86_64') url="http://gputils.sourceforge.net/" license=('GPL') depends=('glibc') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('2bff2c595b6570ac9bd6efb692fde274') +md5sums=('4332391ce058c636d6c15d05d4cecd86') build() { cd "$srcdir/$pkgname-$pkgver" |