diff --git a/PKGBUILD b/PKGBUILD index 859ca70bd1f6..88d395b007a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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'