diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
commit | 1fafdadaae260eaef7194102b5eb842466e63dd1 (patch) | |
tree | 734ab5c097f5a2ed36c2a7049d44f9c2bb46dede /community/udunits | |
parent | 1f52af629b1911ab027ef9c5d4d5903b48792050 (diff) | |
parent | 6dab5c46b00f624c7900ff6d11b75bcafbe251d0 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/unpaper/PKGBUILD
community/virtualbox/PKGBUILD
core/crda/PKGBUILD
core/eventlog/PKGBUILD
extra/v86d/PKGBUILD
extra/vlc/PKGBUILD
testing/mesa/PKGBUILD
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 db6652c6f..782e4fd24 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' 'mips64el') 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") |