summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiota2023-10-24 15:32:56 -0700
committerxiota2023-10-24 15:33:18 -0700
commit65f08f1729646a5908e2bec2ee63e512599c3fb9 (patch)
treef8c745fbce9a54b9b5db58042d29b370be3e322d /PKGBUILD
parentdcf277cb38fe65970bb1a0d288708a3e0bd8dd98 (diff)
downloadaur-plasmatube-git.tar.gz
23.08.1.r17.gcb6b8de: last Qt5 commit, pin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 795a6676d5e3..2955cb6ae0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="plasmatube"
pkgname="$_pkgname-git"
-pkgver=23.08.2.r95.g3ed3a44
+pkgver=23.08.1.r17.gcb6b8de
pkgrel=1
pkgdesc="Kirigami YouTube video player based on libmpv and yt-dlp"
url="https://invent.kde.org/multimedia/plasmatube"
@@ -33,9 +33,11 @@ else
provides=("$_pkgname")
conflicts=("$_pkgname")
+ _commit='cb6b8dea'
+
_pkgsrc="$_pkgname"
source=(
- "$_pkgsrc"::"git+$url.git"
+ "$_pkgsrc"::"git+$url.git#commit=$_commit"
)
sha256sums=(
'SKIP'