summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Freund2021-03-18 17:36:15 +0100
committerFlorian Freund2021-03-18 17:36:15 +0100
commit62f255ee379526d93fda5308415092d36043c0f5 (patch)
tree108de37e9fac0c951b3bcfecdf21601d702d00d2
parent8e1a5204b69dd6d7f5872096345fdf3db6d3f4f6 (diff)
downloadaur-62f255ee379526d93fda5308415092d36043c0f5.tar.gz
Add aarch64 to the supported architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab4d1a5b8f23..05daccec8b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = xournalpp-git
pkgdesc = Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.
- pkgver = 1.0.15.r49.gf2535dd5
+ pkgver = 1.0.15.r715.g8f83a0430
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
install = xournalpp.install
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index e48cde25de64..b3b8cfdc03de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pkgname="xournalpp"
pkgname="${_pkgname}-git"
-pkgver=1.0.15.r49.gf2535dd5
+pkgver=1.0.15.r715.g8f83a0430
pkgrel=1
pkgdesc='Xournal++ is a handwriting Notetaking software with PDF annotation support. Supports Pen input like Wacom Tablets.'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/xournalpp/xournalpp"
license=('GPL2')
makedepends=('git' 'cmake' 'cppunit')