summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Freund2021-03-18 17:36:15 +0100
committerFlorian Freund2021-03-18 17:36:15 +0100
commit62f255ee379526d93fda5308415092d36043c0f5 (patch)
tree108de37e9fac0c951b3bcfecdf21601d702d00d2 /PKGBUILD
parent8e1a5204b69dd6d7f5872096345fdf3db6d3f4f6 (diff)
downloadaur-62f255ee379526d93fda5308415092d36043c0f5.tar.gz
Add aarch64 to the supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')