summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-10-19 17:47:25 +0800
committerChocobo12022-10-19 17:47:25 +0800
commit6ccab54f6e6a93f75fc817b11e4fe4487c390b67 (patch)
treee6da6a9fad425b75c099bf40fb9622b0b44c517c
parentaed87f7f8fb2544ffc63dc4e2b6549ff4c8fcc7f (diff)
downloadaur-6ccab54f6e6a93f75fc817b11e4fe4487c390b67.tar.gz
upgpkg: make-git 4.3.91.r0.g7c71df56-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63b36b9b6e36..44c21c9315ce 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.3.r2.g4533348
+ pkgver = 4.3.91.r0.g7c71df56
pkgrel = 1
url = https://www.gnu.org/software/make/
arch = i686
@@ -11,10 +11,9 @@ pkgbase = make-git
makedepends = wget
depends = glibc
depends = guile
- provides = make
+ provides = make=4.3.91.r0.g7c71df56
conflicts = make
source = git+https://git.savannah.gnu.org/git/make.git
sha256sums = SKIP
pkgname = make-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 34077b95f5f8..1c7f86a461ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=make-git
-pkgver=4.3.r2.g4533348
+pkgver=4.3.91.r0.g7c71df56
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')
@@ -9,7 +9,7 @@ url="https://www.gnu.org/software/make/"
license=('GPL3')
depends=('glibc' 'guile')
makedepends=('git' 'rsync' 'wget')
-provides=('make')
+provides=("make=$pkgver")
conflicts=('make')
source=("git+https://git.savannah.gnu.org/git/make.git")
sha256sums=('SKIP')