summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArafat Zahan2019-05-11 13:08:35 +0600
committerArafat Zahan2019-05-11 13:08:35 +0600
commit08d1b21617e8e2339916ff16420ff89c79b582a3 (patch)
tree4398ba45168720c7226c55398f0e072e3d17f8d5
parentbe66a25d377a9be8b91c70b8fa776da6eaec3408 (diff)
downloadaur-08d1b21617e8e2339916ff16420ff89c79b582a3.tar.gz
python-simplepam-git is dependancy now
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef0f2b855c0c..9536164b0582 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyxtrlock-git
pkgdesc = The X transparent screen lock rewritten in Python. Git version
pkgver = r145.c8f55b9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/leonnnn/pyxtrlock/
arch = any
license = GPLv3+
@@ -9,7 +9,7 @@ pkgbase = pyxtrlock-git
makedepends = python
depends = python
depends = python-xdg
- depends = python-simplepam
+ depends = python-simplepam-git
provides = pyxtrlock
conflicts = pyxtrlock
source = pyxtrlock::git+https://github.com/leonnnn/pyxtrlock.git
diff --git a/PKGBUILD b/PKGBUILD
index c2d4862a26f0..d7f9c4d1f981 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pyxtrlock-git
_pkgname=pyxtrlock
pkgver=r145.c8f55b9
-pkgrel=1
+pkgrel=2
pkgdesc="The X transparent screen lock rewritten in Python. Git version"
arch=('any')
url="https://github.com/leonnnn/pyxtrlock/"
license=("GPLv3+")
-depends=("python" "python-xdg" "python-simplepam")
+depends=("python" "python-xdg" "python-simplepam-git")
makedepends=("git" "python")
source=("${pkgname%-*}::git+https://github.com/leonnnn/pyxtrlock.git")
sha1sums=("SKIP")