summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2020-03-09 13:25:13 +0100
committerHugo Osvaldo Barrera2020-03-09 13:25:13 +0100
commit74252483b4b230ad5d4adc7cc3d5517e8c00f68d (patch)
tree149348f63a0b602abbf8487234d7730aec5208b5
parent67689f2c9782a6d98c0d4b9b29664b212fc3e6e0 (diff)
downloadaur-74252483b4b230ad5d4adc7cc3d5517e8c00f68d.tar.gz
Update to v1.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd1e0939757..978dee5b2441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Mon Jun 12 17:29:40 UTC 2017
pkgbase = systemd-lock-handler
pkgdesc = Logind lock event to systemd target translation.
- pkgver = 0.1.0
- pkgrel = 2
- url = https://github.com/hobarrera/systemd-lock-handler
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://github.com/WhyNotHugo/systemd-lock-handler
arch = any
license = ISC
depends = python-txdbus
- source = systemd-lock-handler::git+https://github.com/hobarrera/systemd-lock-handler.git#tag=v0.1.0
+ source = systemd-lock-handler::git+https://github.com/WhyNotHugo/systemd-lock-handler.git#tag=v1.0.0
md5sums = SKIP
pkgname = systemd-lock-handler
diff --git a/PKGBUILD b/PKGBUILD
index d618ce8e0229..a7e262f9dad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
-pkgname="systemd-lock-handler"
-pkgver=0.1.0
-pkgrel=2
+pkgname=systemd-lock-handler
+pkgver=1.0.0
+pkgrel=1
pkgdesc="Logind lock event to systemd target translation."
arch=('any')
-url="https://github.com/hobarrera/systemd-lock-handler"
+url="https://github.com/WhyNotHugo/systemd-lock-handler"
license=('ISC')
depends=('python-txdbus')
-source=("$pkgname::git+https://github.com/hobarrera/systemd-lock-handler.git#tag=v$pkgver")
+source=("$pkgname::git+https://github.com/WhyNotHugo/systemd-lock-handler.git#tag=v$pkgver")
md5sums=('SKIP')
package() {