[arch-commits] Commit in nawk/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Thu Sep 27 10:28:55 UTC 2018


    Date: Thursday, September 27, 2018 @ 10:28:54
  Author: dreisner
Revision: 335470

upgpkg: nawk 20180827-1

Modified:
  nawk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 10:16:33 UTC (rev 335469)
+++ PKGBUILD	2018-09-27 10:28:54 UTC (rev 335470)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner <dreisner at archlinux.org>
 
 pkgname=nawk
-pkgver=20180824
+pkgver=20180827
 pkgrel=1
 pkgdesc="The one, true implementation of AWK"
 url="https://github.com/onetrueawk/awk"
@@ -10,7 +10,7 @@
 options=('!makeflags')
 depends=('glibc')
 makedepends=('git')
-source=(git+https://github.com/onetrueawk/awk
+source=(git+https://github.com/onetrueawk/awk#tag=$pkgver
         'manpage-naming.patch')
 md5sums=('SKIP'
          '5413692140f8366f8ae6bcecc9a40f2f')
@@ -18,7 +18,7 @@
 pkgver() {
   cd awk
 
-  git --no-pager log --pretty='format:%ad' --date=format:%Y%m%d HEAD~..
+  git describe --tags
 }
 
 prepare() {



More information about the arch-commits mailing list