summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12022-10-19 17:47:25 +0800
committerChocobo12022-10-19 17:47:25 +0800
commit6ccab54f6e6a93f75fc817b11e4fe4487c390b67 (patch)
treee6da6a9fad425b75c099bf40fb9622b0b44c517c /PKGBUILD
parentaed87f7f8fb2544ffc63dc4e2b6549ff4c8fcc7f (diff)
downloadaur-make-git.tar.gz
upgpkg: make-git 4.3.91.r0.g7c71df56-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')