summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
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"
}