summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-12-23 09:53:18 +0100
committerHugo Osvaldo Barrera2020-12-23 09:53:18 +0100
commit6c89ffde5a8dc935a1629929f0258c8d8d68c17a (patch)
treedfe95fe38850719230f54ec92053d322c15719ba
parent3a31474e2ef9ec8ffddd6fbca604e1edd6e8a8cf (diff)
downloadaur-6c89ffde5a8dc935a1629929f0258c8d8d68c17a.tar.gz
Update to v1.1.0
-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
}