diff options
author | Galen Abell <galen@galenabell.com> | 2020-01-06 15:38:04 -0500 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-07 02:10:50 +0100 |
commit | f3897777d8680dbc1d4ee6f84915bdcee7bebbad (patch) | |
tree | 287c46bb518e44255954053b96968370a7b71f39 | |
parent | 65253665fe83ed1424bad6352a45d7e7511530cb (diff) | |
download | aports-f3897777d8680dbc1d4ee6f84915bdcee7bebbad.tar.bz2 aports-f3897777d8680dbc1d4ee6f84915bdcee7bebbad.tar.xz |
testing/wob: upgrade to 0.6
-rw-r--r-- | testing/wob/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/wob/APKBUILD b/testing/wob/APKBUILD index f7693561c4..293ec96596 100644 --- a/testing/wob/APKBUILD +++ b/testing/wob/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Galen Abell <galen@galenabell.com> # Maintainer: Galen Abell <galen@galenabell.com> pkgname=wob -pkgver=0.5 +pkgver=0.6 pkgrel=0 pkgdesc="A lightweight overlay volume/backlight/progress/anything bar for Wayland." url="https://github.com/francma/wob" @@ -9,8 +9,7 @@ arch="all" license="ISC" makedepends="meson git wayland-protocols wayland-dev scdoc" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/francma/wob/archive/$pkgver.tar.gz - " +source="$pkgname-$pkgver.tar.gz::https://github.com/francma/wob/archive/$pkgver.tar.gz" build() { meson \ @@ -30,4 +29,4 @@ check() { package() { DESTDIR="$pkgdir" ninja -C build-release install } -sha512sums="9635af718e182ad62382e6560dbe037c2b991c6a817b579f6e73b874baa5b52932cc12c31df43fb042204c60e13e4c1b19ff1b1ffa9967947cee259ca6f3ceca wob-0.5.tar.gz" +sha512sums="3bcfb926a6785fabddb6b8bedfc508633039b95b8fe39e8664ef9be49e2189d495b0373c1ed364a418e29b982761ffd6f3f73c778003c7895318175bf9d5fcc3 wob-0.6.tar.gz" |