summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e2c8c94cad..10a4b53a9fa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autoconf2.69
pkgdesc = A GNU tool for automatically configuring source code (Legacy 2.69 version)
pkgver = 2.69
- pkgrel = 7
+ pkgrel = 8
url = https://www.gnu.org/software/autoconf
arch = any
groups = base-devel
@@ -15,6 +15,7 @@ pkgbase = autoconf2.69
depends = diffutils
depends = perl
depends = sh
+ conflicts = autoconf
source = https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.69.tar.xz
source = 0001-autoconf-2.69-perl-5.22-autoscan.patch
source = 0002-autoconf-2.69-perl-5.28.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6d25c30fd150..b8463366d55e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
+# Maintainer: Chinmay Dalal <00foahcd7@mozmail.com>
+# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=autoconf2.69
pkgver=2.69
-pkgrel=7
+pkgrel=8
pkgdesc="A GNU tool for automatically configuring source code (Legacy 2.69 version)"
arch=('any')
license=('GPL2' 'GPL3' 'custom')
@@ -23,6 +24,7 @@ md5sums=('50f97f4159805e374639a73e2636f22e'
'f450ce6001458d800907e5d4ad8023fb'
'87bceda7922ebc2a453568b2ae179e1b'
'd656c3a43462f678cf72848ca16ad6e2')
+conflicts=('autoconf')
prepare() {