summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2017-06-12 14:29:53 -0300
committerHugo Osvaldo Barrera2017-06-12 14:29:53 -0300
commit67689f2c9782a6d98c0d4b9b29664b212fc3e6e0 (patch)
tree4ab06be6733606236194a417e1271b0511c48bba /PKGBUILD
parente73f65bcdd4c512f477cb81d864dac4775ac27e0 (diff)
downloadaur-67689f2c9782a6d98c0d4b9b29664b212fc3e6e0.tar.gz
Rely on python, rather than python2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c443f047107c..d618ce8e0229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname="systemd-lock-handler"
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Logind lock event to systemd target translation."
arch=('any')
url="https://github.com/hobarrera/systemd-lock-handler"
license=('ISC')
-depends=('python2-txdbus')
+depends=('python-txdbus')
source=("$pkgname::git+https://github.com/hobarrera/systemd-lock-handler.git#tag=v$pkgver")
md5sums=('SKIP')