Date: Monday, March 31, 2014 @ 13:41:07 Author: spupykin Revision: 108660
upgpkg: units 2.10-1 upd Modified: units/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-31 11:29:21 UTC (rev 108659) +++ PKGBUILD 2014-03-31 11:41:07 UTC (rev 108660) @@ -4,8 +4,8 @@ # Contributor: Steve Sansom <[email protected]> pkgname=units -pkgver=2.01 -pkgrel=2 +pkgver=2.10 +pkgrel=1 pkgdesc="converts between different units" arch=('i686' 'x86_64') url="http://www.gnu.org/software/units/units.html" @@ -14,11 +14,10 @@ options=('!makeflags') install=units.install source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz) -md5sums=('81bf85937c56fbbd04b16f2f3f9d8526') +md5sums=('08dc084526a879dd04b64ef46db2b80d') build() { cd $srcdir/$pkgname-$pkgver - sed -i 's|/usr/bin/python|/usr/bin/python2|' units_cur ./configure --prefix=/usr --datadir=/usr/share make }
