summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c787cac716a3..f0b130aceb4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = swaylock-plugin-git
pkgdesc = Screen locker for Wayland -- Fork with background plugin support
pkgver = r313.9f49b8d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mstoeckl/swaylock-plugin
arch = i686
arch = x86_64
@@ -19,8 +19,6 @@ pkgbase = swaylock-plugin-git
depends = gdk-pixbuf2
depends = swaybg
optdepends = mpvpaper
- provides = swaylock
- conflicts = swaylock
source = swaylock-plugin::git+https://github.com/mstoeckl/swaylock-plugin
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d6a658727047..481b0170e65b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,10 @@
# Contributor: gilbus <aur@tinkershell.eu>
pkgname=swaylock-plugin-git
pkgver=r313.9f49b8d
-pkgrel=1
+pkgrel=2
pkgdesc='Screen locker for Wayland -- Fork with background plugin support '
url='https://github.com/mstoeckl/swaylock-plugin'
license=('MIT')
-provides=('swaylock')
-conflicts=('swaylock')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
depends=('wayland' 'libxkbcommon' 'pam' 'cairo' 'gdk-pixbuf2' 'swaybg')
makedepends=('meson' 'git' 'scdoc' 'wayland-protocols')