summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-10-08 15:11:11 -0300
committerRafael Fontenelle2016-10-08 15:11:11 -0300
commitf6c5c3c52de5c83268b8709191e781a08d44d9e4 (patch)
treef78c226b15c73a3f5d123f571954b99668edbbbb
parent19f02a42ab0132e8f8e82ec3e9b13d2ad64938c8 (diff)
downloadaur-f6c5c3c52de5c83268b8709191e781a08d44d9e4.tar.gz
Update to 0.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3da11a4a6276..2ffd89773873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 22:23:08 UTC 2016
+# Sat Oct 8 18:09:46 UTC 2016
pkgbase = gnun
pkgdesc = GNUnited Nations, build system for www.gnu.org translations
- pkgver = 0.10
+ pkgver = 0.11
pkgrel = 1
url = https://www.gnu.org/software/gnun/
arch = any
@@ -13,10 +13,10 @@ pkgbase = gnun
depends = po4a
depends = libxml2
depends = mailutils
- depends = wdiff
+ depends = dwdiff
backup = etc/gnun/gnun.conf
- source = http://ftp.gnu.org/gnu/gnun/gnun-0.10.tar.gz
- md5sums = eda32c542bbe1b8f6eea3e536d74e6bb
+ source = http://ftp.gnu.org/gnu/gnun/gnun-0.11.tar.gz
+ md5sums = ebf842c947e936dc2be899b014db9422
pkgname = gnun
diff --git a/PKGBUILD b/PKGBUILD
index 9c16cd4d2cec..fc4a354bcf5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=gnun
-pkgver=0.10
+pkgver=0.11
pkgrel=1
pkgdesc="GNUnited Nations, build system for www.gnu.org translations"
arch=(any)
url="https://www.gnu.org/software/gnun/"
license=('GPL')
-depends=(cvs subversion bzr po4a libxml2 mailutils wdiff)
+depends=(cvs subversion bzr po4a libxml2 mailutils dwdiff)
backup=(etc/gnun/gnun.conf)
source=("http://ftp.gnu.org/gnu/gnun/$pkgname-$pkgver.tar.gz")
-md5sums=('eda32c542bbe1b8f6eea3e536d74e6bb')
+md5sums=('ebf842c947e936dc2be899b014db9422')
prepare() {
cd "$pkgname-$pkgver"
@@ -21,7 +21,8 @@ build() {
cd "$pkgname-$pkgver"
autoreconf
./configure --prefix=/usr --libexecdir=/usr/share/gnun/scripts \
- --sysconfdir=/etc/gnun --enable-multiviews
+ --sysconfdir=/etc/gnun --enable-multiviews \
+ WDIFF=/usr/bin/dwdiff
make
}