summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 22:36:32 +0800
committerChocobo12017-08-19 22:36:32 +0800
commit0353c2950a033edf9370ad8f87c9e7e119b3aa79 (patch)
tree44fd100559f521ba69ddb79e64505041e29f9f58
parenta4b7b0ddf96ec2aa2e9e834aa6258cffc3a19cfd (diff)
downloadaur-0353c2950a033edf9370ad8f87c9e7e119b3aa79.tar.gz
upgpkg: autoconf-git 2.69.r185.gb502e350-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb0b77ecdc04..f13e4cd8cdee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
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 = 1
+ pkgrel = 2
url = https://www.gnu.org/software/autoconf/autoconf.html
arch = i686
arch = x86_64
license = GPL2
license = Custom
makedepends = git
- depends = glibc
+ depends = sh
depends = perl
+ depends = awk
+ depends = m4
depends = texinfo
provides = autoconf
conflicts = autoconf
diff --git a/PKGBUILD b/PKGBUILD
index 22a73fd15d22..3ac303f1f1b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=autoconf-git
pkgver=2.69.r185.gb502e350
-pkgrel=1
+pkgrel=2
pkgdesc="An extensible package of M4 macros that produce shell scripts to automatically configure software source code packages"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/autoconf/autoconf.html"
license=('GPL2' 'Custom')
-depends=('glibc' 'perl' 'texinfo')
+depends=('sh' 'perl' 'awk' 'm4' 'texinfo')
makedepends=('git')
provides=('autoconf')
conflicts=('autoconf')