summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorbert Morawski2024-05-02 23:43:11 +0200
committerNorbert Morawski2024-05-02 23:43:15 +0200
commitf1abc40ed67037cc2a1ff7107392d72ef8e9f375 (patch)
tree895d867bf19b8591c13cc6bdd6549fde71041ed5
parent26cb2fc0d4534606db40341ed652e249b24fd9ec (diff)
downloadaur-f1abc40ed67037cc2a1ff7107392d72ef8e9f375.tar.gz
use src instead of tarball
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b0a9df8362f..d18f0beb0e5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-displaylink-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)
- pkgver = v0.38.1
+ pkgver = 0.38.1
pkgrel = 4
url = https://github.com/hyprwm/Hyprland
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6b5437159594..e5d6c048e8fe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="hyprland"
pkgname="${_pkgname}-displaylink-git"
-pkgver=v0.38.1
+pkgver=0.38.1
pkgrel=4
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks. (DisplayLink patch)"
arch=(any)
@@ -59,7 +59,7 @@ makedepends=(
xorgproto
)
source=(
- "${pkgname}::git+https://github.com/hyprwm/Hyprland.git#tag=${pkgver}"
+ "${pkgname}::git+https://github.com/hyprwm/Hyprland.git#tag=v${pkgver}"
"displaylink.patch"
)
provides=("${pkgname%-displaylink-git}")