aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wcm/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-05 17:34:12 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-06 01:39:06 +0100
commit64bc3af280ddc836261a3ddd3f9da67c036e973a (patch)
tree8dc33736276aa674953a1bd269e8ad2d63fa5899 /testing/wcm/APKBUILD
parent247e25b12e82d5e9f5911b6eee0422678d118ae3 (diff)
downloadaports-64bc3af280ddc836261a3ddd3f9da67c036e973a.tar.bz2
aports-64bc3af280ddc836261a3ddd3f9da67c036e973a.tar.xz
testing/wcm: upgrade to 0.3.1
Diffstat (limited to 'testing/wcm/APKBUILD')
-rw-r--r--testing/wcm/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/wcm/APKBUILD b/testing/wcm/APKBUILD
index 05273140a6..fa71caf477 100644
--- a/testing/wcm/APKBUILD
+++ b/testing/wcm/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Danct12 <danct12@disroot.org>
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=wcm
-pkgver=0.3
-pkgrel=1
+pkgver=0.3.1
+pkgrel=0
pkgdesc="Wayfire Config Manager"
url="https://wayfire.org"
arch="all"
license="MIT"
-makedepends="wf-config-dev meson ninja cmake libxml++-dev gtk+3.0-dev"
+makedepends="wf-config-dev meson libxml++-dev gtk+3.0-dev"
options="!check" # no testsuite
-source="$pkgname-$pkgver.tar.gz::https://github.com/WayfireWM/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/WayfireWM/wcm/archive/v$pkgver.tar.gz"
build() {
meson build --prefix=/usr --buildtype=debugoptimized
@@ -19,4 +19,4 @@ package() {
DESTDIR="$pkgdir" ninja -C build install
}
-sha512sums="e997d1b0f707cca2d170bc82667fdacd8489eff629931e3af1c03ac2be5461f07c81b54930561b0baaf10f5e632f0939247344ffeedf3c3eef8f03cb74b2fd0d wcm-0.3.tar.gz"
+sha512sums="890dda758b79ebf376db7dda63a5a1838206bb62bf03b23970ff5ef2e3bf1dce7cc83c37cc4dc41307bade5cb3fae803a96c68f82fed5b25d855c19cfc0b4dd2 wcm-0.3.1.tar.gz"