diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-04 12:06:33 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-04 12:06:33 +0200 |
commit | 5bf75e7deb360f16492d76497a650e67ad09459d (patch) | |
tree | 8b08c4cba09ff7619de498fde82953552de70f37 /community/gputils | |
parent | cb50c03eae9d9837f971d92adf596fa9e614086d (diff) | |
parent | e88029ce7aca147fa158866a25841033adc244f2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
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 404255f32..a9ff743a8 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' 'mips64el') 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" |