summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgilbus2019-01-16 19:40:42 +0100
committergilbus2019-01-16 19:40:42 +0100
commitf19f8d6eab7530b77e3953f725379f5d65318cc7 (patch)
tree5279031889b6543ed5588de5ab5fcaf5697598f3 /PKGBUILD
parent22a17b838e7ab6b2e9837e97fdd2fee00f456e8d (diff)
downloadaur-f19f8d6eab7530b77e3953f725379f5d65318cc7.tar.gz
add conflicts variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c579fa0c5b8..c12047d35ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gilbus <aur(AT)tinkershell.eu>
pkgname=swaylock-git
_pkgname=swaylock
-pkgver=r152.aab44df
+pkgver=r164.762e3f3
pkgrel=1
license=("MIT")
pkgdesc="Screen locker for Wayland "
@@ -17,7 +17,7 @@ url="https://swaywm.org"
source=("${pkgname%-*}::git+https://github.com/swaywm/swaylock.git")
sha1sums=("SKIP")
provides=("swaylock")
-#conflicts=("swaylock")
+conflicts=("swaylock")
options=(debug !strip)
pkgver() {