George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
angle-grinder


Commits:
89977226 by George Rawlinson at 2024-07-23T20:19:05+12:00
upgpkg: 0.19.4-1

* New upstream release.
* Switch from git commit to git tag for version/checksum.
* Remove pkgver function.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = angle-grinder
        pkgdesc = Slice and dice logs on the command line
-       pkgver = 0.19.2
-       pkgrel = 2
+       pkgver = 0.19.4
+       pkgrel = 1
        url = https://github.com/rcoh/angle-grinder
        arch = x86_64
        license = MIT
@@ -10,7 +10,8 @@ pkgbase = angle-grinder
        depends = glibc
        depends = gcc-libs
        options = !lto
-       source = 
angle-grinder::git+https://github.com/rcoh/angle-grinder.git#commit=0c735e5c0ac8dc073219d019f3429f78c11071dd
-       b2sums = SKIP
+       source = 
angle-grinder::git+https://github.com/rcoh/angle-grinder.git#tag=v0.19.4
+       sha512sums = 
205be76f3f0b7ffacafde20b91f97d8f134dbf4d375bf07782b00b7dedb896d7fac9a218e30b3cd07e9081d67419bc900ba91fcff43f0b22b72c9c0caaff558e
+       b2sums = 
77e13798d5906018cb6c4c9c5e97a2731d0f8bd3e07ea7dd4ab79114ddb0bf93b79bb3a84dc27bcfe460771c794ab5b6651fc10f40f56f81272aa534c8f5a320
 
 pkgname = angle-grinder


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=angle-grinder
-pkgver=0.19.2
-pkgrel=2
+pkgver=0.19.4
+pkgrel=1
 pkgdesc='Slice and dice logs on the command line'
 arch=('x86_64')
 url='https://github.com/rcoh/angle-grinder'
@@ -10,15 +10,9 @@ license=('MIT')
 depends=('glibc' 'gcc-libs')
 makedepends=('git' 'rust')
 options=('!lto')
-_commit='0c735e5c0ac8dc073219d019f3429f78c11071dd'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+$url.git#tag=v$pkgver")
+sha512sums=('205be76f3f0b7ffacafde20b91f97d8f134dbf4d375bf07782b00b7dedb896d7fac9a218e30b3cd07e9081d67419bc900ba91fcff43f0b22b72c9c0caaff558e')
+b2sums=('77e13798d5906018cb6c4c9c5e97a2731d0f8bd3e07ea7dd4ab79114ddb0bf93b79bb3a84dc27bcfe460771c794ab5b6651fc10f40f56f81272aa534c8f5a320')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/angle-grinder/-/commit/899772265bae2399ae2b4495fcfbde4dfe92adde

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/angle-grinder/-/commit/899772265bae2399ae2b4495fcfbde4dfe92adde
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to