summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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() {