diff options
author | root <root@rshg047.dnsready.net> | 2011-04-13 04:53:33 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-13 04:53:33 +0000 |
commit | 6dab5c46b00f624c7900ff6d11b75bcafbe251d0 (patch) | |
tree | 3f4cd3c5e20b03bbad9955444c32083ddd92b422 /community/udunits | |
parent | 28b5bbf3fee0627993658e096eadab71c2779912 (diff) |
Wed Apr 13 04:53:33 UTC 2011
Diffstat (limited to 'community/udunits')
-rw-r--r-- | community/udunits/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/udunits/PKGBUILD b/community/udunits/PKGBUILD index 6e9bc02e5..b1d7240a4 100644 --- a/community/udunits/PKGBUILD +++ b/community/udunits/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 44587 2011-04-09 04:53:44Z kchen $ +# $Id: PKGBUILD 44910 2011-04-12 18:07:39Z kchen $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Anton Bazhenov <anton.bazhenov at gmail> pkgname=udunits pkgver=2.1.22 -pkgrel=1 +pkgrel=2 pkgdesc='A tool for calculations of physical quantities' arch=('i686' 'x86_64') url='http://www.unidata.ucar.edu/software/udunits/' license=('custom') options=('!libtool') -depends=('glibc') +depends=('glibc' 'expat') provides=('udunits2') install=udunits.install source=("ftp://ftp.unidata.ucar.edu/pub/$pkgname/$pkgname-$pkgver.tar.gz") |