summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Stoeckl2022-10-15 15:12:05 -0400
committerManuel Stoeckl2022-10-15 17:52:29 -0400
commit6811283642b96299081472c662bccc9b480843a2 (patch)
tree6ded34ebfd3c4e0cd9b7afa3529b00e74c3ec6c5
parent2e6b2234a2c6cc56c560da588d4892d7dc55c044 (diff)
downloadaur-6811283642b96299081472c662bccc9b480843a2.tar.gz
Point to swaylock-plugin
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2262cec8e1ef..027b0a10b84c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = swaylock-git
- pkgdesc = Screen locker for Wayland
- pkgver = 1.4.r15.gdee0021
+pkgbase = swaylock-plugin-git
+ pkgdesc = Screen locker for Wayland -- Fork with background plugin support
+ pkgver = 1.5.r61.g44d6234
pkgrel = 1
- url = https://github.com/swaywm/swaylock
+ url = https://github.com/mstoeckl/swaylock-plugin
arch = i686
arch = x86_64
arch = armv6h
@@ -17,10 +17,11 @@ pkgbase = swaylock-git
depends = pam
depends = cairo
depends = gdk-pixbuf2
+ depends = swaybg
+ optdepends = mpvpaper
provides = swaylock
conflicts = swaylock
- source = swaylock::git+https://github.com/swaywm/swaylock
+ source = swaylock-plugin::git+https://github.com/mstoeckl/swaylock-plugin
sha1sums = SKIP
-pkgname = swaylock-git
-
+pkgname = swaylock-plugin-git
diff --git a/PKGBUILD b/PKGBUILD
index a00b533fc984..ef132f61e842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: Stephen Gregoratto <dev@sgregoratto.me>
+# Maintainer: Manuel Stoeckl <com dоt mstoeckl аt wppkgb>
+# Contributor: Stephen Gregoratto <dev@sgregoratto.me>
# Contributor: gilbus <aur@tinkershell.eu>
-pkgname=swaylock-git
-pkgver=1.4.r15.gdee0021
+pkgname=swaylock-plugin-git
+pkgver=1.5.r61.g44d6234
pkgrel=1
-pkgdesc='Screen locker for Wayland '
-url='https://github.com/swaywm/swaylock'
+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')
+depends=('wayland' 'libxkbcommon' 'pam' 'cairo' 'gdk-pixbuf2' 'swaybg')
makedepends=('meson' 'git' 'scdoc' 'wayland-protocols')
+optdepends=('mpvpaper')
source=("${pkgname%-git}::git+$url")
sha1sums=('SKIP')