summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-12-22 17:30:34 +0100
committerHugo Osvaldo Barrera2020-12-22 17:30:34 +0100
commit3a31474e2ef9ec8ffddd6fbca604e1edd6e8a8cf (patch)
tree5e99877c06cdf364998fc99f2c0bece34a091246
parent74252483b4b230ad5d4adc7cc3d5517e8c00f68d (diff)
downloadaur-3a31474e2ef9ec8ffddd6fbca604e1edd6e8a8cf.tar.gz
Update to v1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978dee5b2441..e0987c0bd3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = systemd-lock-handler
pkgdesc = Logind lock event to systemd target translation.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
- url = https://github.com/WhyNotHugo/systemd-lock-handler
+ url = https://gitlab.com/WhyNotHugo/systemd-lock-handler
arch = any
license = ISC
depends = python-txdbus
- source = systemd-lock-handler::git+https://github.com/WhyNotHugo/systemd-lock-handler.git#tag=v1.0.0
- md5sums = SKIP
+ source = https://gitlab.com/WhyNotHugo/systemd-lock-handler/-/archive/v1.1.0/systemd-lock-handler-v1.1.0.tar.gz
+ md5sums = a9b1d88f1a0346c3058d81ba26607a1d
pkgname = systemd-lock-handler
diff --git a/PKGBUILD b/PKGBUILD
index a7e262f9dad6..cc91d85b446a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
pkgname=systemd-lock-handler
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Logind lock event to systemd target translation."
arch=('any')
-url="https://github.com/WhyNotHugo/systemd-lock-handler"
+url="https://gitlab.com/WhyNotHugo/systemd-lock-handler"
license=('ISC')
depends=('python-txdbus')
-source=("$pkgname::git+https://github.com/WhyNotHugo/systemd-lock-handler.git#tag=v$pkgver")
-md5sums=('SKIP')
+source=("https://gitlab.com/WhyNotHugo/systemd-lock-handler/-/archive/v1.1.0/${pkgname}-v${pkgver}.tar.gz")
+md5sums=('a9b1d88f1a0346c3058d81ba26607a1d')
package() {
cd $srcdir/$pkgname