summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-04-23 02:40:12 +0800
committerChocobo12018-04-23 02:46:35 +0800
commitb196b63bf25e3a5d13e77e7d609fd49dd570c498 (patch)
treebfadca4f475d941fa5cf9e567ca2fe492cc2d20c
parent0353c2950a033edf9370ad8f87c9e7e119b3aa79 (diff)
downloadaur-b196b63bf25e3a5d13e77e7d609fd49dd570c498.tar.gz
upgpkg: autoconf-git 2.69.r195.g487d6aaa-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13e4cd8cdee..692121ff5347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = autoconf-git
pkgdesc = An extensible package of M4 macros that produce shell scripts to automatically configure software source code packages
- pkgver = 2.69.r185.gb502e350
- pkgrel = 2
+ pkgver = 2.69.r195.g487d6aaa
+ pkgrel = 1
url = https://www.gnu.org/software/autoconf/autoconf.html
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
- license = Custom
+ license = custom
makedepends = git
+ makedepends = help2man
depends = sh
depends = perl
depends = awk
diff --git a/PKGBUILD b/PKGBUILD
index 3ac303f1f1b1..9a5a0120e2a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=autoconf-git
-pkgver=2.69.r185.gb502e350
-pkgrel=2
+pkgver=2.69.r195.g487d6aaa
+pkgrel=1
pkgdesc="An extensible package of M4 macros that produce shell scripts to automatically configure software source code packages"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://www.gnu.org/software/autoconf/autoconf.html"
-license=('GPL2' 'Custom')
+license=('GPL2' 'custom')
depends=('sh' 'perl' 'awk' 'm4' 'texinfo')
-makedepends=('git')
+makedepends=('git' 'help2man')
provides=('autoconf')
conflicts=('autoconf')
source=("git+https://git.savannah.gnu.org/git/autoconf.git")
@@ -39,7 +39,7 @@ package() {
cd "autoconf"
make DESTDIR="$pkgdir" install
- install -Dm644 "COPYING.EXCEPTION" "$pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION"
+ install -Dm644 "COPYING.EXCEPTION" "$pkgdir/usr/share/licenses/$pkgname/COPYING.EXCEPTION"
rm "$pkgdir/usr/share/info/standards.info"
}