upgpkg: aquamarine-git 0.8.0.r3.gc8282f4-1

upgpkg: hyprcursor-git 0.1.12.r1.g2fd3642-1

upgpkg: hyprgraphics-git 0.1.3.r0.g9d7f268-1

upstream release

upgpkg: hypridle-git 0.1.6.r1.g66d1815-1

upgpkg: hyprland-git 0.48.0.r62.gd775686-1

upgpkg: hyprland-protocols-git 0.6.4.r0.g3a5c2bd-1

upstream release

upgpkg: hyprland-qt-support-git 0.1.0.r8.g073c52b-1

upgpkg: hyprland-qtutils-git 0.1.3.r6.g3504a29-1

upgpkg: hyprland-welcome-git r19.51561c0-1

upgpkg: hyprlang-git 0.6.0.r10.g72df386-1

upgpkg: hyprlock-git 0.8.0.r1.g71d35aa-1

upgpkg: hyprpolkitagent-git 0.1.2.r3.g352638e-1

upgpkg: hyprsunset-git 0.2.0.r0.g7b7339f-1

upstream release

upgpkg: hyprsysteminfo-git 0.1.3.r2.g6769e50-1

upgpkg: hyprutils-git 0.6.0.r0.gf2dc70e-1

upstream release

upgpkg: hyprwayland-scanner-git 0.4.4.r2.g206367a-1

upgpkg: xdg-desktop-portal-hyprland-git 1.3.9.r4.g150b0b6-1

removed variables from url and empty prepare()
This commit is contained in:
alba4k 2025-04-10 23:55:23 +02:00
parent b84d54a8d9
commit 32190bfdbb

View file

@ -7,7 +7,7 @@ pkgver=0.1.3.r0.g9d7f268
pkgrel=1
pkgdesc="Hyprland graphics / resource utilities"
arch=('x86_64' 'aarch64')
url="https://github.com/hyprwm/$_pkgname"
url="https://github.com/hyprwm/hyprgraphics"
license=('BSD-3-Clause')
depends=(
cairo
@ -29,15 +29,6 @@ conflicts=("$_pkgname")
provides=("$_pkgname=${pkgver%%.r*}" "lib$_pkgname.so")
sha256sums=('SKIP')
: '
prepare() {
# Pick pull request form GitHub replacing NUM with the pr number
# e.g. git pull origin pull/111/head --no-edit --rebase
git pull origin pull/NUM/head --no-edit --rebase
}
'
pkgver() {
cd "$_pkgsrc"
git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'