summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2015-08-19 12:00:22 +0200
committerGiovanni Santini2015-08-19 12:00:22 +0200
commit9c07a61f5f11b7b44e28d8b307503d8b8fa61ae9 (patch)
tree8cf6c1297b0985837e4a1b8b3f516fc542c55c83 /PKGBUILD
parentfa15efb3ebc76855c4f70e8bacf7016dad866fa3 (diff)
downloadaur-9c07a61f5f11b7b44e28d8b307503d8b8fa61ae9.tar.gz
Updated version to 0.19.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 347766b73fb4..83c85dac4200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=gettext-java
_pkgbase=gettext
-pkgver=0.19.4
-pkgrel=3
+pkgver=0.19.5
+pkgrel=1
pkgdesc="GNU internationalization library - Java libraries"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gettext/"
@@ -15,18 +15,12 @@ makedepends=('java-environment')
optdepends=('git: for autopoint infrastructure updates')
options=(!docs)
install=gettext.install
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbase}-${pkgver}.tar.gz{,.sig}
- fix_buggy_msgunfmt3.patch)
-md5sums=('d3511af1e604a3478900d2c2b4a4a48e'
- 'SKIP'
- 'd80847a08b5c6566a3ef940c52347d37')
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${_pkgbase}-${pkgver}.tar.gz{,.sig})
+md5sums=('0f3c108d64e8dcd9e6fbdff4ca722feb'
+ 'SKIP')
validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno
prepare() {
- # Fixing an error in 'make check', see patch headers
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- patch -Np1 -i "$srcdir/fix_buggy_msgunfmt3.patch"
-
# Do a dirty installation: install files in a temporary
# directory and install them there, then package just new stuff
mkdir -p "${srcdir}/temp"