Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / nawk
Commits: bd943a31 by Caleb Maclennan at 2025-09-25T19:26:47+03:00 upgpkg: 20250804-1 - - - - - 4 changed files: - .SRCINFO - + LICENSES/MIT.txt - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = nawk pkgdesc = The one, true implementation of AWK - pkgver = 20250116 + pkgver = 20250804 pkgrel = 1 url = https://github.com/onetrueawk/awk arch = x86_64 - license = custom + license = MIT makedepends = git depends = glibc options = !makeflags - source = git+https://github.com/onetrueawk/awk.git#commit=20250116 + source = git+https://github.com/onetrueawk/awk.git#commit=d7f37646965ee26214da0e1d97f3c1d54349ae2d source = manpage-naming.patch - sha256sums = 4458a33bb325e69d159a73e51a164dd81aa1217ec0c59577edc6d34130480367 + sha256sums = 74f1a765cca18372168d7c2102b1909b8a97355b3a0a4c36f81ba6138747e938 sha256sums = fa1bade363896033a50fbdadc8fa2f490f85a044d11afcd537f317067c70d3b5 pkgname = nawk ===================================== LICENSES/MIT.txt ===================================== @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) <year> <copyright holders> + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and +associated documentation files (the "Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO +EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. ===================================== PKGBUILD ===================================== @@ -9,21 +9,21 @@ # If this happens again, releases can be bumped from commits that appear in the # master branch at points where internal version number is updated. Uncomment # this for it to take effect: -# _commit=4d46214525a3b75879ad56fb0105ee01afa7c9dd +_commit=d7f37646965ee26214da0e1d97f3c1d54349ae2d pkgname=nawk -pkgver=20250116 +pkgver=20250804 pkgrel=1 pkgdesc='The one, true implementation of AWK' url="https://github.com/onetrueawk/awk" -license=(custom) +license=(MIT) arch=(x86_64) options=(!makeflags) depends=(glibc) makedepends=(git) source=("git+$url.git#commit=${_commit:-$pkgver}" 'manpage-naming.patch') -sha256sums=('4458a33bb325e69d159a73e51a164dd81aa1217ec0c59577edc6d34130480367' +sha256sums=('74f1a765cca18372168d7c2102b1909b8a97355b3a0a4c36f81ba6138747e938' 'fa1bade363896033a50fbdadc8fa2f490f85a044d11afcd537f317067c70d3b5') # This pkgver function is not necessary for tagged releases but if _commit is ===================================== REUSE.toml ===================================== @@ -26,4 +26,4 @@ path = [ "manpage-naming.patch", ] SPDX-FileCopyrightText = "nawk contributors" -SPDX-License-Identifier = "TODO-Choose-a-license" +SPDX-License-Identifier = "MIT" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nawk/-/commit/bd943a314ac34086e15902ed6803ef949208d91c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nawk/-/commit/bd943a314ac34086e15902ed6803ef949208d91c You're receiving this email because of your account on gitlab.archlinux.org.