summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2017-12-10 15:14:01 -0200
committerRafael Fontenelle2017-12-10 15:14:01 -0200
commit07a1591c5f6fa6b546a624a7977147df281673f1 (patch)
tree176e025a2eec387a0c9701aca31f1ec942399467
parentdab99a0ddbca419fc988959c37a2d3ca85c946c4 (diff)
downloadaur-07a1591c5f6fa6b546a624a7977147df281673f1.tar.gz
Cosmetic changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8481b971bf..eaf4cb30f623 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 16 02:15:43 UTC 2017
+# Sun Dec 10 17:13:51 UTC 2017
pkgbase = gnun
pkgdesc = GNUnited Nations, build system for www.gnu.org translations
pkgver = 0.11
@@ -16,7 +16,7 @@ pkgbase = gnun
depends = wdiff
backup = etc/gnun/gnun.conf
source = http://ftp.gnu.org/gnu/gnun/gnun-0.11.tar.gz
- md5sums = ebf842c947e936dc2be899b014db9422
+ sha256sums = 017079cc3225c33a4597c751d41cc360697faf263700f4793759da4a0906f034
pkgname = gnun
diff --git a/PKGBUILD b/PKGBUILD
index 87d37d4baa0c..41a58b3e97f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,20 @@ 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' 'wdiff')
backup=(etc/gnun/gnun.conf)
source=("http://ftp.gnu.org/gnu/gnun/$pkgname-$pkgver.tar.gz")
-md5sums=('ebf842c947e936dc2be899b014db9422')
+sha256sums=('017079cc3225c33a4597c751d41cc360697faf263700f4793759da4a0906f034')
prepare() {
cd "$pkgname-$pkgver"
# gnu-mail from mailutils
sed -i 's/\[mail\]/[gnu-mail]/' configure.ac
+ autoreconf
}
build() {
cd "$pkgname-$pkgver"
- autoreconf
./configure --prefix=/usr --libexecdir=/usr/share/gnun/scripts \
--sysconfdir=/etc/gnun --enable-multiviews
make