summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-02-17 14:12:03 +0800
committerChocobo12020-02-17 14:12:03 +0800
commitaed87f7f8fb2544ffc63dc4e2b6549ff4c8fcc7f (patch)
treed0594bcd851ba80dd0ab195e4083977dfe809f54
parent7867cbbbc85a603200b538f7d34fe8b33f970ce6 (diff)
downloadaur-aed87f7f8fb2544ffc63dc4e2b6549ff4c8fcc7f.tar.gz
upgpkg: make-git 4.3.r2.g4533348-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3dfc3639505..63b36b9b6e36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = make-git
pkgdesc = A tool which controls the generation of executables and other non-source files of a program from the program's source files
- pkgver = 4.2.1.r50.g7ef56bc
+ pkgver = 4.3.r2.g4533348
pkgrel = 1
url = https://www.gnu.org/software/make/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b0da77f961c5..34077b95f5f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=make-git
-pkgver=4.2.1.r50.g7ef56bc
+pkgver=4.3.r2.g4533348
pkgrel=1
pkgdesc="A tool which controls the generation of executables and other non-source files of a program from the program's source files"
arch=('i686' 'x86_64')
@@ -24,9 +24,10 @@ pkgver() {
build() {
cd "make"
- autoreconf -fi
- ./configure --prefix="/usr" --with-guile
- make update
+ ./bootstrap
+ ./configure \
+ --prefix="/usr" \
+ --with-guile
make
}