summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6556b9dd4789..3c38221a029a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = wootility-appimage
pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
pkgver = 3.6.16
- pkgrel = 2
+ pkgrel = 3
url = https://wooting.io/wootility
install = wootility-appimage.install
arch = x86_64
+ arch = x86_64_v3
license = unknown
makedepends = p7zip
depends = fuse2
diff --git a/PKGBUILD b/PKGBUILD
index e2856f0b8498..1aca2c21c499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=wootility
pkgname=${_pkgname}-appimage
pkgver=3.6.16
-pkgrel=2
+pkgrel=3
pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)'
-arch=('x86_64')
+arch=('x86_64' 'x86_64_v3')
url='https://wooting.io/wootility'
license=('unknown')
depends=('fuse2')