summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArmin Fisslthaler2020-01-10 19:00:29 +0100
committerArmin Fisslthaler2020-01-10 19:00:29 +0100
commit69005ce8402db929b41c870675260f689aaf5b99 (patch)
treec2dc0b0c0efe4856e5b7e09380152b70b46b78eb /PKGBUILD
parentc35b921b7392dd98286d767a25c0444ec76ba914 (diff)
downloadaur-pyxtrlock.tar.gz
fix homepage link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f59c7f4ac2de..a45987ff1ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Armin Fisslthaler <armin@fisslthaler.net>
pkgname=pyxtrlock
pkgver=0.4
-pkgrel=3
+pkgrel=4
pkgdesc="The X transparent screen lock rewritten in Python."
arch=('any')
-url="https://zombofant.net/hacking/pyxtrlock"
+url="https://github.com/leonnnn/pyxtrlock"
license=('GPLv3+')
depends=('python3' 'python-simplepam' 'python-xdg')
makedepends=('python-setuptools')