Skip to content
Snippets Groups Projects
Commit 7fd760b4 authored by T.J. Townsend's avatar T.J. Townsend
Browse files

upgpkg: 1.8.0-1

parent 8e8e08a8
No related branches found
Tags 4.2.1-1
No related merge requests found
......@@ -2,8 +2,8 @@
# Contributor: gilbus
pkgname=swayidle
pkgver=1.7.1
pkgrel=3
pkgver=1.8.0
pkgrel=1
license=('MIT')
pkgdesc="Idle management daemon for Wayland"
makedepends=(
......@@ -19,18 +19,15 @@ arch=('x86_64')
url="https://github.com/swaywm/swayidle"
options=(debug)
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz"
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig"
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.sig}
)
sha256sums=('6aa07093be553473726e1ef601dbc5e57a3ea2ac864ef2d7afce1f971ea760a6'
sha256sums=('16b3e76a117f2f0ff2ee5fbebf38849595cdd705db1cd5f6aceaed00d71b3aa1'
'SKIP')
validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48' # Simon Ser
'9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
build() {
meson "$pkgname-$pkgver" build \
--prefix /usr \
--buildtype=plain \
arch-meson "$pkgname-$pkgver" build \
-Dlogind=enabled \
-Dman-pages=enabled \
-Dlogind-provider=systemd
......@@ -42,4 +39,3 @@ package() {
install -Dm644 "$pkgname-$pkgver/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm644 "$pkgname-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment