From c6e760978c276dda4c51fc12994b7f19a216c810 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 10 Mar 2020 12:54:12 -0300 Subject: community/wlroots: upgrade to 0.10.1 --- community/wlroots/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/wlroots/APKBUILD b/community/wlroots/APKBUILD index 15919bddab..1889ff9016 100644 --- a/community/wlroots/APKBUILD +++ b/community/wlroots/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Henrik Riomar # Maintainer: Drew DeVault pkgname=wlroots -pkgver=0.10.0 -pkgrel=1 +pkgver=0.10.1 +pkgrel=0 pkgdesc="A modular Wayland compositor library" url="https://github.com/swaywm/wlroots" arch="all" @@ -26,7 +26,7 @@ makedepends=" xkeyboard-config " subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/wlroots/archive/$pkgver.tar.gz" build() { meson \ @@ -44,4 +44,4 @@ package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="0e8e0c37f1afb1d99f0ecb3c2282992ffd06381aaa396c7234ead9f3ff2d5c599e766b677680ebaecf68e792054c3e42657d24f32d08bc8bcf35f9eb4bdaa876 wlroots-0.10.0.tar.gz" +sha512sums="e1af5a5b6484b5f4060090e13d22d699d5aaa6926e1a6b1043d2b900f88a002ed67dacf8498f23ed3008bf8a35500f415f95b3dbcf50de5da354f309f9161d58 wlroots-0.10.1.tar.gz" -- cgit v1.2.3