diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-08-30 20:48:26 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 18:29:47 -0300 |
commit | 661fec13dc7c89656e1fae9ac58130f492b95fac (patch) | |
tree | ebd7fc3c24b1142828f5e50c2f6eb1652707f237 | |
parent | f32120b7ba9584cea0b3b476f1710d57c1b31f5e (diff) | |
download | aports-661fec13dc7c89656e1fae9ac58130f492b95fac.tar.bz2 aports-661fec13dc7c89656e1fae9ac58130f492b95fac.tar.xz |
testing/tau: upgrade to 0.9.2
* Enable on more arches
-rw-r--r-- | testing/tau/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/tau/APKBUILD b/testing/tau/APKBUILD index 122cad1a66..95cc6ec4e0 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.1 +pkgver=0.9.2 pkgrel=0 pkgdesc="GTK frontend for the Xi text editor, written in Rust" url="https://gitlab.gnome.org/World/Tau" -arch="x86_64" # limited by cargo/rust +arch="x86_64 x86 armhf armv7 aarch64 ppc64le" license="MIT" makedepends="meson cargo gtk+3.0-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/a39620a6da11c81f3a3ee8279bb7b76d/tau-$pkgver.tar.xz" +source="https://gitlab.gnome.org/World/Tau/uploads/fdf09640e3837ad509f5c4b1da0c26e3/tau-$pkgver.tar.xz" build() { meson \ @@ -32,4 +32,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="d4bc7272a0003f3d52352c44870bba97640122af9c4fe6b5389c2ca7af17f0b2680ecb1a6ab4d2f2ca1782f47366549c74fd6e7a41c8fa01e01a2b744048ff33 tau-0.9.1.tar.xz" +sha512sums="32dc1569a85d3ac29edce4e6e6fd5228c80aead68e9e1ebfb69a14e49b0fba55dd7201e95a76c68674c85ffa84ffab83dff2b46c5e51f3a3175d78c6084e8629 tau-0.9.2.tar.xz" |