summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-01-16 00:16:20 -0200
committerRafael Fontenelle2017-01-16 00:16:20 -0200
commitdab99a0ddbca419fc988959c37a2d3ca85c946c4 (patch)
treed9ca9d214d7410c8855190a95433f6fcd49029bf
parentf6c5c3c52de5c83268b8709191e781a08d44d9e4 (diff)
downloadaur-dab99a0ddbca419fc988959c37a2d3ca85c946c4.tar.gz
Use GNU Wdiff again, from AUR
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ffd89773873..3c8481b971bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 8 18:09:46 UTC 2016
+# Mon Jan 16 02:15:43 UTC 2017
pkgbase = gnun
pkgdesc = GNUnited Nations, build system for www.gnu.org translations
pkgver = 0.11
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/gnun/
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = gnun
depends = po4a
depends = libxml2
depends = mailutils
- depends = dwdiff
+ depends = wdiff
backup = etc/gnun/gnun.conf
source = http://ftp.gnu.org/gnu/gnun/gnun-0.11.tar.gz
md5sums = ebf842c947e936dc2be899b014db9422
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
}