summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-08-05 16:58:38 +0200
committerhaawda2017-08-05 16:58:38 +0200
commitc6d156aa90a9f518261f7125aa8af4a82c959e92 (patch)
tree368c901f76e35f4cf355810003ceb6a572c69394 /PKGBUILD
parent0b69cd3872d4da6bceeb57a7935316f923a04a28 (diff)
downloadaur-c6d156aa90a9f518261f7125aa8af4a82c959e92.tar.gz
take back last change
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f010ddeace99..4a69090fc942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=mawk
pkgver=1.3.4_20161120
-pkgrel=2
+pkgrel=3
pkgdesc="An interpreter for the AWK Programming Language"
arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc')
url="http://invisible-island.net/mawk/"
-source=("$pkgname-$pkgver.tar.gz::http://invisible-island.net/datafiles/release/$pkgname.tar.gz")
-sha256sums=('8fc089e49f2a33f1705ffa9bee29c1df8402b5f537a4304e3783970d6ca94a86')
+source=("$pkgname-$pkgver::http://invisible-island.net/datafiles/release/$pkgname.tar.gz")
+sha256sums=('361ec1bb4968c1f1f3b91b77493cf11b31c73ff8516f95db30e4dc28de180c1e')
build() {
cd $srcdir/$pkgname-${pkgver/_/-}