summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a28fa98bd924..a13295a24d10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = xorgxrdp
pkgdesc = Xorg drivers for xrdp
pkgver = 0.2.16
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/neutrinolabs/xorgxrdp
+ arch = aarch64
arch = i686
arch = x86_64
license = MIT
@@ -18,4 +19,3 @@ pkgbase = xorgxrdp
sha256sums = SKIP
pkgname = xorgxrdp
-
diff --git a/PKGBUILD b/PKGBUILD
index b5a25c96b9f9..3a5673f6892c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=xorgxrdp
pkgver=0.2.16
-pkgrel=1
+pkgrel=2
pkgdesc="Xorg drivers for xrdp"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'i686' 'x86_64')
url="https://github.com/neutrinolabs/xorgxrdp"
license=('MIT')
depends=('glibc')