summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {