Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
nawk


Commits:
696178d4 by Caleb Maclennan at 2024-03-01T15:37:42+03:00
upgpkg: 20231228-1

- - - - -
785ed062 by Caleb Maclennan at 2024-03-01T15:41:28+03:00
upgpkg: 20240122-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = nawk
        pkgdesc = The one, true implementation of AWK
-       pkgver = 20231228
+       pkgver = 20240122
        pkgrel = 1
        url = https://github.com/onetrueawk/awk
        arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = nawk
        makedepends = git
        depends = glibc
        options = !makeflags
-       source = 
git+https://github.com/onetrueawk/awk.git#commit=908be9c222c0b7da4bcc3b8724ebb11996993a69
+       source = 
git+https://github.com/onetrueawk/awk.git#commit=6a07a6d3bb6313714625f667470290e71545b270
        source = manpage-naming.patch
        sha256sums = SKIP
        sha256sums = 
fa1bade363896033a50fbdadc8fa2f490f85a044d11afcd537f317067c70d3b5


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,10 @@
 # Contributor: Dave Reisner <[email protected]>
 
 pkgname=nawk
-pkgver=20231228
-_commit=908be9c222c0b7da4bcc3b8724ebb11996993a69 # master
+pkgver=20240122
+# This should be master only at points where internal version number is 
updated.
+# (after 20231228 we got ahead of ourselves)
+_commit=6a07a6d3bb6313714625f667470290e71545b270
 pkgrel=1
 pkgdesc='The one, true implementation of AWK'
 url="https://github.com/onetrueawk/awk";
@@ -19,7 +21,8 @@ sha256sums=('SKIP'
             'fa1bade363896033a50fbdadc8fa2f490f85a044d11afcd537f317067c70d3b5')
 
 pkgver() {
-  grep "version " awk/main.c | sed -e 's/[^"]*"\([^"]*\)".*/\1/' -e 's/^\w*\ 
*//'
+  grep "version " awk/main.c |
+    sed -e 's/[^"]*"\([^"]*\)".*/\1/' -e 's/^\w*\ *//'
 }
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nawk/-/compare/6a77b675f06628757087471e565647daf23cd927...785ed0623f737cc1099415a25452c6eb10a39cf2

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nawk/-/compare/6a77b675f06628757087471e565647daf23cd927...785ed0623f737cc1099415a25452c6eb10a39cf2
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to