aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2020-03-04 10:56:51 -0500
committerLeo <thinkabit.ukim@gmail.com>2020-03-04 14:44:54 -0300
commitfa4907e5a04bd39db12ec926f5f1734c91f10cdd (patch)
treecf193ed35ec892bc0f3555f68ec20a45766e8536 /testing
parent4788246e49b4ce53f3313effc8c2ad57718424f9 (diff)
downloadaports-fa4907e5a04bd39db12ec926f5f1734c91f10cdd.tar.bz2
aports-fa4907e5a04bd39db12ec926f5f1734c91f10cdd.tar.xz
testing/wofi: upgrade to 1.1
Diffstat (limited to 'testing')
-rw-r--r--testing/wofi/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/wofi/APKBUILD b/testing/wofi/APKBUILD
index 3f2e4ea9ae..047af69781 100644
--- a/testing/wofi/APKBUILD
+++ b/testing/wofi/APKBUILD
@@ -1,14 +1,15 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname="wofi"
-pkgver="1.0"
-pkgrel=1
+pkgver="1.1"
+pkgrel=0
pkgdesc="A launcher/menu program for wlroots based wayland compositors."
url="https://hg.sr.ht/~scoopta/wofi"
arch="" # Uses autogenerated tarballs
license="GPL-3.0-only"
makedepends="wayland-dev gtk+3.0-dev meson"
options="!check" # no tests
+subpackages="$pkgname-doc"
source="$pkgname-v$pkgver.tar.gz::https://hg.sr.ht/~scoopta/wofi/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
@@ -26,4 +27,4 @@ build() {
package() {
DESTDIR="$pkgdir" ninja -C build install
}
-sha512sums="b651aba5ff547df3e9fec136fad0274bcdd645607be86c34d537fc1081787ca939f2d34f83d91ae94f4ea6db78c830cc7272285655e4b5b5726413921d869133 wofi-v1.0.tar.gz"
+sha512sums="44fe99af03f4d158d0548bcffa5da6612e03ba9033db86bdbd4fbf3990a7ff052f9bd0246da88cea7366cb1f9c9534dd19d1e819ae959d7c4e06c1f3e5785334 wofi-v1.1.tar.gz"