George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
redo-sh


Commits:
588c856e by George Rawlinson at 2024-12-31T14:15:55+13:00
add nvchecker configuration

- - - - -
c460d4e6 by George Rawlinson at 2024-12-31T14:16:54+13:00
upgpkg: 4.0.6-1

* New upstream release.
* Update license to use SPDX reference.
* Add second checksum for dual hashing (sha512+b2).

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
 pkgbase = redo-sh
        pkgdesc = An implementation of the Redo build system in Bash
-       pkgver = 4.0.4
-       pkgrel = 3
+       pkgver = 4.0.6
+       pkgrel = 1
        url = http://news.dieweltistgarnichtso.net/bin/redo-sh.html
        arch = any
-       license = AGPL3
+       license = AGPL-3.0-or-later
        makedepends = git
-       depends = bash
+       depends = sh
        optdepends = graphviz: dependency graph support via redo-dot
        provides = redo
        conflicts = redo-python
        conflicts = redo-jdebp
        conflicts = redo-c
-       source = 
redo-sh::git+http://news.dieweltistgarnichtso.net/bin.git#commit=039767509a6b52707f9fc28e8dc16c2da294b92b
-       b2sums = SKIP
+       source = 
redo-sh::git+http://news.dieweltistgarnichtso.net/bin.git#tag=redo-v4.0.6
+       sha512sums = 
6b40ca79ce23deae7130e862596684efffd4b3aceaba3166dc5bfcc3712fd43cff09cc644c314978901e8363b3c76e6da10087ba8343250226d5d913483eecfc
+       b2sums = 
91cc963b3536e480219190e21e9679915f4d2690339b45c904992e5d9bdff1bb9e6a9bbad538fd6871472c7d476b69e9e255cd36f0e3f8ca4fd7c754108659d0
 
 pkgname = redo-sh


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[redo-sh]
+source = "git"
+git = "http://news.dieweltistgarnichtso.net/bin.git";
+prefix = "redo-v"


=====================================
PKGBUILD
=====================================
@@ -1,26 +1,20 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=redo-sh
-pkgver=4.0.4
-pkgrel=3
+pkgver=4.0.6
+pkgrel=1
 pkgdesc="An implementation of the Redo build system in Bash"
 arch=('any')
 url="http://news.dieweltistgarnichtso.net/bin/redo-sh.html";
-license=('AGPL3')
-depends=('bash')
+license=('AGPL-3.0-or-later')
+depends=('sh')
 makedepends=('git')
 optdepends=('graphviz: dependency graph support via redo-dot')
 provides=('redo')
 conflicts=('redo-python' 'redo-jdebp' 'redo-c')
-_commit='039767509a6b52707f9fc28e8dc16c2da294b92b'
-source=("$pkgname::git+http://news.dieweltistgarnichtso.net/bin.git#commit=$_commit";)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^redo-v//'
-}
+source=("$pkgname::git+http://news.dieweltistgarnichtso.net/bin.git#tag=redo-v$pkgver";)
+sha512sums=('6b40ca79ce23deae7130e862596684efffd4b3aceaba3166dc5bfcc3712fd43cff09cc644c314978901e8363b3c76e6da10087ba8343250226d5d913483eecfc')
+b2sums=('91cc963b3536e480219190e21e9679915f4d2690339b45c904992e5d9bdff1bb9e6a9bbad538fd6871472c7d476b69e9e255cd36f0e3f8ca4fd7c754108659d0')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/redo-sh/-/compare/60af84161e4f10726eb1838e5674e5dab1afbe50...c460d4e614596b65029dd63cf245f3fca93c1d8d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/redo-sh/-/compare/60af84161e4f10726eb1838e5674e5dab1afbe50...c460d4e614596b65029dd63cf245f3fca93c1d8d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to