summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc4a354bcf5e..87d37d4baa0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=gnun
pkgver=0.11
-pkgrel=1
+pkgrel=2
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 dwdiff)
+depends=(cvs subversion bzr po4a libxml2 mailutils wdiff)
backup=(etc/gnun/gnun.conf)
source=("http://ftp.gnu.org/gnu/gnun/$pkgname-$pkgver.tar.gz")
md5sums=('ebf842c947e936dc2be899b014db9422')
@@ -21,8 +21,7 @@ build() {
cd "$pkgname-$pkgver"
autoreconf
./configure --prefix=/usr --libexecdir=/usr/share/gnun/scripts \
- --sysconfdir=/etc/gnun --enable-multiviews \
- WDIFF=/usr/bin/dwdiff
+ --sysconfdir=/etc/gnun --enable-multiviews
make
}