Skip to content

Commit

Permalink
πŸ”– wlogout: Bump version
Browse files Browse the repository at this point in the history
fixes #137
  • Loading branch information
vnepogodin committed Feb 28, 2024
1 parent 4062ead commit 175c123
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions wayfire-packages/wlogout/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Maintainer: Haden Collins <[email protected]>

pkgname='wlogout'
pkgver=1.1.1
pkgrel=4
pkgver=1.2
pkgrel=1
pkgdesc='Logout menu for wayland'
arch=('x86_64')
license=('MIT')
url="https://github.com/ArtsyMacaw/wlogout"
depends=('gtk3' 'gobject-introspection' 'gtk-layer-shell')
makedepends=('meson' 'git' 'scdoc')
optdepends=("swaylock: default buttons"
"systemd: default buttons"
)
optdepends=("swaylock: default buttons")
source=("$pkgname-$pkgver.tar.gz::https://github.com/ArtsyMacaw/$pkgname/releases/download/$pkgver/$pkgname.tar.gz"
"$pkgname-$pkgver.tar.gz.sig::https://github.com/ArtsyMacaw/$pkgname/releases/download/$pkgver/$pkgname.tar.gz.sig"
)
validpgpkeys=("F4FDB18A9937358364B276E9E25D679AF73C6D2F")
sha256sums=('f9dcef7c907507f4027c1469086bd9b427969c1ce439767fe8cc8f234b294447'
sha256sums=('5745f6258354aa7646969bf85271ea0fd20579358040a5cd64cbcbc691b606a1'
'SKIP')

build() {
Expand Down

0 comments on commit 175c123

Please sign in to comment.