summaryrefslogtreecommitdiff
path: root/community/units
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-01 04:08:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-01 04:08:45 +0000
commit0918b213023626f9fb5958a5927263aa4d2ea28b (patch)
tree639aa464bf7881a319a09a0cf665c849c9c38f01 /community/units
parente1cbaf963e362056815d598332d8599a83cd0954 (diff)
Tue Apr 1 04:03:55 UTC 2014
Diffstat (limited to 'community/units')
-rw-r--r--community/units/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/units/PKGBUILD b/community/units/PKGBUILD
index c9be463ad..a95edca3e 100644
--- a/community/units/PKGBUILD
+++ b/community/units/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 86729 2013-03-21 15:11:16Z spupykin $
+# $Id: PKGBUILD 108661 2014-03-31 11:41:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jeff Mickey <jeff@archlinux.org>
# Contributor: Steve Sansom <snsansom@gmail.com>
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 @@ license=("GPL")
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
}