diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-08-30 20:59:36 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-30 19:06:00 -0300 |
commit | ffc74c129cdf0ed6a7d7d2413492870ad580482f (patch) | |
tree | 897bcd0d440296c0042bfa338ab95ab9c65b8134 | |
parent | ce2d0b4860542af3072b9822dbc73dfb2fb23d76 (diff) | |
download | aports-ffc74c129cdf0ed6a7d7d2413492870ad580482f.tar.bz2 aports-ffc74c129cdf0ed6a7d7d2413492870ad580482f.tar.xz |
testing/fractal: enable on arches supported by rust >= 1.37.0-r0
-rw-r--r-- | testing/fractal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fractal/APKBUILD b/testing/fractal/APKBUILD index 64615fb2c0..c80c6ca606 100644 --- a/testing/fractal/APKBUILD +++ b/testing/fractal/APKBUILD @@ -5,14 +5,14 @@ pkgver=4.2.0 pkgrel=0 pkgdesc="Matrix group messaging app" url="https://wiki.gnome.org/Apps/Fractal" -arch="x86_64" # limited by Rust +arch="x86_64 armhf armv7 aarch64 ppc64le" # limited by Rust license="GPL-3.0-or-later" makedepends="meson gtk+3.0-dev dbus-dev openssl-dev gspell-dev libhandy-dev gtksourceview-dev gstreamer-dev gst-plugins-base-dev gst-plugins-bad-dev gst-editing-services-dev glib-dev cargo gmp-dev" options="!check" # no tests subpackages="$pkgname-lang" -source="https://gitlab.gnome.org/GNOME/fractal/-/archive/${pkgver}/fractal-${pkgver}.tar.gz" +source="https://gitlab.gnome.org/GNOME/fractal/-/archive/$pkgver/fractal-$pkgver.tar.gz" prepare() { default_prepare |