aboutsummaryrefslogtreecommitdiffstats
path: root/community/sxmo-dmenu/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/sxmo-dmenu/APKBUILD')
-rw-r--r--community/sxmo-dmenu/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/sxmo-dmenu/APKBUILD b/community/sxmo-dmenu/APKBUILD
index 89783f3dad8..1fc4d663efa 100644
--- a/community/sxmo-dmenu/APKBUILD
+++ b/community/sxmo-dmenu/APKBUILD
@@ -1,7 +1,8 @@
# Maintainer: Anjandev Momi <anjan@momi.ca>
+# Contributor: Maarten van Gompel <proycon@anaproy.nl>
pkgname=sxmo-dmenu
-pkgver=5.0.10
-pkgrel=0
+pkgver=5.0.14
+pkgrel=1
pkgdesc="Dmenu fork for Sxmo UI; supports highlight, centering, volume-key navigation and more"
url="https://git.sr.ht/~mil/sxmo-dmenu"
arch="all"
@@ -9,7 +10,8 @@ license="MIT"
makedepends="libx11-dev libxinerama-dev libxft-dev"
options="!check" # has no tests
subpackages="$pkgname-doc"
-provides="dmenu"
+provides="dmenu-virtual"
+provider_priority=10
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~mil/sxmo-dmenu/archive/$pkgver.tar.gz"
prepare() {
@@ -32,5 +34,5 @@ package() {
}
sha512sums="
-16ad23bd2192cfd37e9446e191cf6e4a4a3ee2894751d531864f313b0b749dae18ff1156e5ba7445522cf90cac1a1dc03755ae5bd3b801ea29f3d779a9c8d2a7 sxmo-dmenu-5.0.10.tar.gz
+fbdcb275583431ff8cdc50e5b53db589a926f87d69bb7a71092e9c3d143954c677c1291e739e9c251cd613bb57399ff171a8636d88d5528574611e134305e57b sxmo-dmenu-5.0.14.tar.gz
"