aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-06 12:21:37 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-06 13:16:10 +0200
commita531a35114c13f7d6345d8f9ef33ff2cb00f7dfd (patch)
treefa487d6c7967c9e1140cb0dbe33c3a5d2bd03645 /testing
parent84168be4512648bd0b21dcda92a5de6ebbfadea9 (diff)
downloadaports-a531a35114c13f7d6345d8f9ef33ff2cb00f7dfd.tar.bz2
aports-a531a35114c13f7d6345d8f9ef33ff2cb00f7dfd.tar.xz
testing/tau: upgrade to 0.9.3
Diffstat (limited to 'testing')
-rw-r--r--testing/tau/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/tau/APKBUILD b/testing/tau/APKBUILD
index 7a67ede0b2..b13ffbafd8 100644
--- a/testing/tau/APKBUILD
+++ b/testing/tau/APKBUILD
@@ -1,17 +1,17 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=tau
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=0
pkgdesc="GTK frontend for the Xi text editor, written in Rust"
url="https://gitlab.gnome.org/World/Tau"
-arch="x86_64 x86 armhf armv7 aarch64 ppc64le"
+arch="all !s390x"
license="MIT"
-makedepends="meson cargo gtk+3.0-dev"
+makedepends="meson cargo gtk+3.0-dev libhandy-dev"
checkdepends="appstream-glib desktop-file-utils"
options="!check" # Rust doesn't like to compile these on musl
subpackages="$pkgname-lang"
-source="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-$pkgver.tar.xz"
+source="https://gitlab.gnome.org/World/Tau/uploads/375ce054c0bc98e0c1a3e95fdcd4e46c/tau-$pkgver.tar.xz"
build() {
# Fails to compile libbacktrace-sys otherwise
@@ -39,4 +39,4 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="32dc1569a85d3ac29edce4e6e6fd5228c80aead68e9e1ebfb69a14e49b0fba55dd7201e95a76c68674c85ffa84ffab83dff2b46c5e51f3a3175d78c6084e8629 tau-0.9.2.tar.xz"
+sha512sums="3061294f8bb8482fc63a65f66fae04e7db74879bd99d03b57baf667486c9aa688a1bced4d202ce89e3b3131b74f31961a7ea4c722e2a5dceb2b5dbf51ef0503d tau-0.9.3.tar.xz"