diff options
Diffstat (limited to 'extra/gettext-mono/PKGBUILD')
-rw-r--r-- | extra/gettext-mono/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/gettext-mono/PKGBUILD b/extra/gettext-mono/PKGBUILD index 61d2a19a4..28ef8d012 100644 --- a/extra/gettext-mono/PKGBUILD +++ b/extra/gettext-mono/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 176967 2013-02-03 06:53:37Z allan $ +# $Id: PKGBUILD 198992 2013-11-05 22:36:26Z daniel $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> pkgname=gettext-mono -pkgver=0.18.2 +pkgver=0.18.3.1 pkgrel=1 pkgdesc="mono assemblies for GNU internationalization library" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gettext" license=('GPL') -depends=('mono>=2.10.6') -source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz{,.sig}) -md5sums=('0c86e5af70c195ab8bd651d17d783928' - '1a658e29a03ab42da6d2d468b0583407') +depends=('mono>=3.2.3') +source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz) +md5sums=('3fc808f7d25487fc72b5759df7419e02') build() { # get rid of that .wapi errors; thanks to brice |