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 e0987c0bd3f5..b8120f567e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = systemd-lock-handler
license = ISC
depends = python-txdbus
source = https://gitlab.com/WhyNotHugo/systemd-lock-handler/-/archive/v1.1.0/systemd-lock-handler-v1.1.0.tar.gz
- md5sums = a9b1d88f1a0346c3058d81ba26607a1d
+ md5sums = 3cda34d63b29cbb52442f80c40fa27f7
pkgname = systemd-lock-handler
diff --git a/PKGBUILD b/PKGBUILD
index cc91d85b446a..50e0850095dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ arch=('any')
url="https://gitlab.com/WhyNotHugo/systemd-lock-handler"
license=('ISC')
depends=('python-txdbus')
-source=("https://gitlab.com/WhyNotHugo/systemd-lock-handler/-/archive/v1.1.0/${pkgname}-v${pkgver}.tar.gz")
-md5sums=('a9b1d88f1a0346c3058d81ba26607a1d')
+source=("https://gitlab.com/WhyNotHugo/systemd-lock-handler/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+md5sums=('3cda34d63b29cbb52442f80c40fa27f7')
package() {
- cd $srcdir/$pkgname
+ cd "$srcdir/$pkgname-v$pkgver"
make DESTDIR="$pkgdir/" install
}