summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7555301a03a9..db0c4ab2a269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=gawk-git
-pkgver=4.1.4.r1635.g5557a45f
+pkgver=5.2.1.r271.gc71ae933
pkgrel=1
pkgdesc="GNU version of awk"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.gnu.org/software/gawk/"
license=('GPL3')
depends=('glibc' 'mpfr')
makedepends=('git')
-provides=('awk')
+provides=("gawk=$pkgver" 'awk')
conflicts=('gawk')
source=("git+https://git.savannah.gnu.org/git/gawk.git")
sha256sums=('SKIP')
@@ -25,7 +25,9 @@ build() {
cd "gawk"
./bootstrap.sh
- ./configure --prefix="/usr" --without-libsigsegv
+ ./configure \
+ --prefix="/usr" \
+ --without-libsigsegv
make
}