summarylogtreecommitdiffstats
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
parente73f65bcdd4c512f477cb81d864dac4775ac27e0 (diff)
downloadaur-67689f2c9782a6d98c0d4b9b29664b212fc3e6e0.tar.gz
Rely on python, rather than python2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 556bf9c98781..5cd1e0939757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Mon Jun 12 17:27:52 UTC 2017
+# 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 = 1
+ pkgrel = 2
url = https://github.com/hobarrera/systemd-lock-handler
arch = any
license = ISC
- depends = python2-txdbus
+ depends = python-txdbus
source = systemd-lock-handler::git+https://github.com/hobarrera/systemd-lock-handler.git#tag=v0.1.0
md5sums = SKIP
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')