aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 17:44:31 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 17:46:41 +0100
commit5454d06f69ea8f3e5a54058169410e539d359a59 (patch)
treeb9f4551d0fb43f328ab7b10a0bd8101300652fb5 /community
parent1153e023e21c2b55857fe981e1e3aac68ca02169 (diff)
downloadaports-5454d06f69ea8f3e5a54058169410e539d359a59.tar.bz2
aports-5454d06f69ea8f3e5a54058169410e539d359a59.tar.xz
community/swayidle: upgrade to 1.6
Diffstat (limited to 'community')
-rw-r--r--community/swayidle/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/swayidle/APKBUILD b/community/swayidle/APKBUILD
index 4ea427c06b..35269956a6 100644
--- a/community/swayidle/APKBUILD
+++ b/community/swayidle/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=swayidle
-pkgver=1.5
-pkgrel=1
+pkgver=1.6
+pkgrel=0
pkgdesc="Idle management daemon for Wayland"
url="http://swaywm.org"
arch="all"
@@ -22,7 +22,7 @@ subpackages="
$pkgname-fish-completion:fishcomp:noarch
$pkgname-zsh-completion:zshcomp:noarch
"
-source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz"
build() {
meson build -Dlogind=enabled -Dlogind-provider=elogind --prefix /usr
@@ -48,7 +48,7 @@ fishcomp() {
install_if="$pkgname=$pkgver-r$pkgrel fish"
mkdir -p "$subpkgdir"/usr/share/fish
- mv "$pkgdir"/usr/share/fish/completions "$subpkgdir"/usr/share/fish
+ mv "$pkgdir"/usr/share/fish/vendor_completions.d "$subpkgdir"/usr/share/fish/completions
}
zshcomp() {
@@ -60,4 +60,4 @@ zshcomp() {
mv "$pkgdir"/usr/share/zsh/site-functions "$subpkgdir"/usr/share/zsh
}
-sha512sums="33bf73a3e8297770b301fb3a860a52d9ddc332eed0b84dbd78cfd94855e638bb116e365b825e3bec869b1f5e516f9c0c2b442ddb052dc937e9b31748b74a978e swayidle-1.5.tar.gz"
+sha512sums="c82b0d2aee06f87fd71e9e2208e917c0dc7afe80ab0b782c3165127519445021d8cf363292eee99f939165eb813909f2a4ee74153e776557c6d06672de2c1c82 swayidle-1.6.tar.gz"