summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422021-05-10 14:21:12 +0200
committerRoboron30422021-05-10 14:21:12 +0200
commit923abf24104af2a3b871dca719ce8496c31e2f0e (patch)
tree44fab211d9f13164602a9244ed799e55ba2658a1
parentdb370024a5968eb389494148272caa36fb9b3687 (diff)
downloadaur-923abf24104af2a3b871dca719ce8496c31e2f0e.tar.gz
add aarch64 & libadwaita (makedeps for gtk4 branch)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2683cec5751f..aec23ffc66a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,14 @@ pkgbase = tootle-git
url = https://github.com/bleakgrey/tootle
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = meson
makedepends = ninja
makedepends = vala
makedepends = gobject-introspection
+ makedepends = libadwaita
depends = granite
depends = libhandy
provides = tootle
diff --git a/PKGBUILD b/PKGBUILD
index 5d5e9d973f14..05a0685000e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Maintainer: Roberto Michán Sánchez (Roboron) <robertoms258 at gmail dot com>
+# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=tootle-git
pkgver=1.0.r15.gdc15fd4
pkgrel=1
pkgdesc='GTK+ 3 client for Mastodon (git)'
-arch=(i686 x86_64)
+arch=('i686' 'x86_64' 'aarch64')
url=https://github.com/bleakgrey/tootle
license=(GPL3)
depends=(granite libhandy)
-makedepends=(git meson ninja vala gobject-introspection )
+makedepends=(git meson ninja vala gobject-introspection libadwaita)
provides=(tootle)
conflicts=(tootle)
source=(git+$url)