upgpkg: grimblast-2025.10.04: new upstream release
This commit is contained in:
parent
154c7274c6
commit
91d7de5bee
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,14 +1,14 @@
|
||||||
pkgbase = grimblast
|
pkgbase = grimblast
|
||||||
pkgdesc = A helper for screenshots within Hyprland.
|
pkgdesc = A helper for screenshots within Hyprland.
|
||||||
pkgver = 2025.09.30
|
pkgver = 2025.10.04
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/hyprwm/contrib
|
url = https://github.com/hyprwm/contrib
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = scdoc
|
makedepends = scdoc
|
||||||
makedepends = git
|
makedepends = git
|
||||||
source = grimblast-2025.09.30::git+https://github.com/hyprwm/contrib.git#commit=513d71d3f42c05d6a38e215382c5a6ce971bd77d
|
source = grimblast-2025.10.04::git+https://github.com/hyprwm/contrib.git#commit=32e1a75b65553daefb419f0906ce19e04815aa3a
|
||||||
b2sums = 5d2db4e6f7f0de43626e87816ac9f7730a82c1a4304a168116d4a91511853ffc848a0243f19bf7138bbf258c0a18e075bd35745a1febf8735b69b34f6ea209ff
|
b2sums = 155da0152b70a4f89e539e0f290bbd1fc6a4db147fea40c3b9cf19fa4d7362b9586de3afbda6701ea8098669a57bf6c0fa9b9a12abfa8457ca55ccf43cb5d591
|
||||||
|
|
||||||
pkgname = grimblast
|
pkgname = grimblast
|
||||||
depends = bash
|
depends = bash
|
||||||
|
|
|
||||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,8 +3,8 @@
|
||||||
# Contributor: Struan Robertson <struanrobertson@protonmail.com>
|
# Contributor: Struan Robertson <struanrobertson@protonmail.com>
|
||||||
|
|
||||||
pkgname=grimblast
|
pkgname=grimblast
|
||||||
pkgver=2025.09.30
|
pkgver=2025.10.04
|
||||||
_commit="513d71d3f42c05d6a38e215382c5a6ce971bd77d" # 2025-09-30
|
_commit="32e1a75b65553daefb419f0906ce19e04815aa3a" # 2025.10.04
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A helper for screenshots within Hyprland."
|
pkgdesc="A helper for screenshots within Hyprland."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
|
@ -19,7 +19,7 @@ makedepends=(
|
||||||
source=(
|
source=(
|
||||||
"${pkgname}-${pkgver}::git+${url}.git#commit=${_commit}"
|
"${pkgname}-${pkgver}::git+${url}.git#commit=${_commit}"
|
||||||
)
|
)
|
||||||
b2sums=('5d2db4e6f7f0de43626e87816ac9f7730a82c1a4304a168116d4a91511853ffc848a0243f19bf7138bbf258c0a18e075bd35745a1febf8735b69b34f6ea209ff')
|
b2sums=('155da0152b70a4f89e539e0f290bbd1fc6a4db147fea40c3b9cf19fa4d7362b9586de3afbda6701ea8098669a57bf6c0fa9b9a12abfa8457ca55ccf43cb5d591')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
|
cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue