summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-04-06 05:02:48 +0800
committerChocobo12023-04-06 05:04:22 +0800
commit1f46750f6f5af209af6a4d748e429bd0dbea528a (patch)
tree32ae378a74481a6cd09b6bf093ebf583dc3dc7de /PKGBUILD
parent00d29af75428518b55ff37c43501605854c0535b (diff)
downloadaur-autoconf-archive-git.tar.gz
upgpkg: autoconf-archive-git 2023.02.20.r2.g919e299-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f78c7619a4d..71c0df2a4d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=autoconf-archive-git
-pkgver=2019.01.06.r6.gd3b4a9f
-pkgrel=2
+pkgver=2023.02.20.r2.g919e299
+pkgrel=1
pkgdesc="A collection of freely re-usable Autoconf macros"
arch=('any')
url="https://www.gnu.org/software/autoconf-archive/"
@@ -10,7 +10,7 @@ license=('GPL3' 'custom')
depends=('autoconf')
optdepends=('automake: macros for use with it')
makedepends=('git' 'python')
-provides=('autoconf-archive')
+provides=("autoconf-archive=$pkgver")
conflicts=('autoconf-archive')
source=("git+https://git.savannah.gnu.org/git/autoconf-archive.git")
sha256sums=('SKIP')
@@ -32,7 +32,8 @@ build() {
cd "autoconf-archive"
./bootstrap.sh
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make maintainer-all
make
}