Skip to content

Commit

Permalink
Merge pull request #21 from manjaro-sway/upstream_master
Browse files Browse the repository at this point in the history
added conflicts
  • Loading branch information
boredland authored Feb 28, 2024
2 parents 1f73cef + ff31267 commit 001f293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = swaylock-effects
pkgdesc = A fancier screen locker for Wayland.
pkgver = 1.7.0.0
pkgrel = 2
pkgrel = 4
url = https://github.com/jirutka/swaylock-effects
arch = i686
arch = x86_64
Expand All @@ -18,6 +18,8 @@ pkgbase = swaylock-effects
depends = gdk-pixbuf2
depends = pam
provides = swaylock
conflicts = swaylock
backup = etc/pam.d/swaylock
source = https://github.com/jirutka/swaylock-effects/archive/v1.7.0.0.tar.gz
sha256sums = e94d79e189602694bedfbafb553ce3c6c976426e16f76d93bf7e226dc2876eb6

Expand Down
4 changes: 3 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

pkgname=swaylock-effects
pkgver=1.7.0.0
pkgrel=2
pkgrel=4
pkgdesc="A fancier screen locker for Wayland."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/jirutka/$pkgname"
license=('MIT')
depends=('libxkbcommon' 'cairo' 'gdk-pixbuf2' 'pam')
makedepends=('git' 'meson' 'ninja' 'scdoc' 'wayland' 'wayland-protocols')
provides=('swaylock')
conflicts=('swaylock')
backup=('etc/pam.d/swaylock')
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('e94d79e189602694bedfbafb553ce3c6c976426e16f76d93bf7e226dc2876eb6')

Expand Down

0 comments on commit 001f293

Please sign in to comment.