summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9530ef9d7be1..ee440651faba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kscreenlocker-git
pkgdesc = Library and components for secure lock screen architecture
- pkgver = r764.dee0f32
+ pkgver = v5.17.90.r14.g98da04c
pkgrel = 1
url = https://projects.kde.org/kscreenlocker
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 90841932c475..c9adca5f2de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=kscreenlocker-git
-pkgver=r764.dee0f32
+pkgver=v5.17.90.r14.g98da04c
pkgrel=1
pkgdesc='Library and components for secure lock screen architecture'
arch=(i686 x86_64)
@@ -15,8 +15,8 @@ source=('git://anongit.kde.org/kscreenlocker.git')
md5sums=('SKIP')
pkgver() {
- cd kscreenlocker
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ cd ${pkgname%-git}
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {