diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-08-23 12:39:26 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-08-23 12:39:26 +0200 |
commit | b67a0a32a9eb1abda00ac7698a1cd2c422d3c1f3 (patch) | |
tree | b912be3c7517a6fa0b520a94be5ff5aa59ea5222 /community/gputils | |
parent | 4789a82714c4cce4cc1cbd798e3a9d9eff777d50 (diff) | |
parent | 321ac14a17f6fddead571221187604e3ce254451 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/projectm/PKGBUILD
Diffstat (limited to 'community/gputils')
-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 a5e1c2d3e..6ea946bc2 100644 --- a/community/gputils/PKGBUILD +++ b/community/gputils/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 61926 2012-01-11 02:52:12Z ebelanger $ +# $Id: PKGBUILD 75360 2012-08-21 09:13:35Z 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.1 +pkgver=0.14.2 pkgrel=1 pkgdesc="PIC Programming Utilities" arch=('i686' 'x86_64' 'mips64el') @@ -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=('d896de172a10afb77156a4fb8f393942') +md5sums=('90fa2803e77723de32b482f6a57d9c5a') build() { cd "${srcdir}/${pkgname}-${pkgver}" |