summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-07-17 20:19:50 +0300
committerViktor Drobot2021-07-17 20:19:50 +0300
commitfd9ac8443bb21ded5255a332f0d5f48ddca45f94 (patch)
tree538771324618f66aa69bbdf08af99aee5316717e
parente9b35d5287cc1f3a35c0b04c5f8e7e091044b24c (diff)
downloadaur-fd9ac8443bb21ded5255a332f0d5f48ddca45f94.tar.gz
Add aarch64
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 760131a626e4..dfd08da3efbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cutecom
pkgdesc = A graphical serial terminal
pkgver = 0.51.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/cutecom/cutecom
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = cmake
depends = qt5-base
@@ -15,4 +16,3 @@ pkgbase = cutecom
sha256sums = 9ac6861c60b7e68cc0daa58ff745fffbf5a99214b584d00e54574db41e4e7eca
pkgname = cutecom
-
diff --git a/PKGBUILD b/PKGBUILD
index 25e8572d9dfc..10a7c57216f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=cutecom
pkgver=0.51.0
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical serial terminal"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="https://gitlab.com/cutecom/cutecom"
license=(GPL3)
depends=(qt5-base qt5-serialport)