summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheJackiMonster2020-04-16 16:10:44 +0200
committerTheJackiMonster2020-04-16 16:10:44 +0200
commitecddf90cbdc98f0ec72afe14b1a7aa35406760a5 (patch)
treefff3dfe4a549ca68cece6036f3619502eadc3575
parentdecf46c82ce5b022fcb5b6f1a40d1d0c77131e9a (diff)
downloadaur-ecddf90cbdc98f0ec72afe14b1a7aa35406760a5.tar.gz
Updated supported architectures.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59704a2b509b..8807f5719084 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = cadet-gtk-git
pkgdesc = A GTK based GUI for the CADET subsystem of GNUnet.
- pkgver = 0.1.0.r2.g8a88c8c
+ pkgver = 0.1.3.r0.gdbf01c8
pkgrel = 1
url = https://gitlab.com/TheJackiMonster/cadet-gtk
arch = i686
arch = x86_64
+ arch = aarch64
+ arch = armv6h
+ arch = armv7h
+ arch = arm
license = GPL3
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 2b771eb757d8..7a86c9011a09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Tobias Frisch <thejackimonster@gmail.com>
pkgname=cadet-gtk-git
-pkgver=0.1.0.r2.g8a88c8c
+pkgver=0.1.3.r0.gdbf01c8
pkgrel=1
pkgdesc="A GTK based GUI for the CADET subsystem of GNUnet."
url="https://gitlab.com/TheJackiMonster/cadet-gtk"
license=('GPL3')
-arch=('i686' 'x86_64')
+arch=( 'i686' 'x86_64' 'aarch64' 'armv6h' 'armv7h' 'arm' )
depends=('gtk3' 'libhandy' 'gnunet')
makedepends=(git cmake make)
provides=(cadet-gtk)