summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2021-12-08 00:07:37 -0800
committerMike Swanson2021-12-08 00:07:37 -0800
commitc8c477a5e33942e947fe24977f8a70cf3e516bb6 (patch)
treebd2b7460b606e3c0efbde4732488073d49e34eed /PKGBUILD
parentd127c1f8f169a768228519c8c0753718e3a8ba38 (diff)
downloadaur-deutex.tar.gz
Add aarch64 as a working architecture.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0c68f7710b4..b5ef1c02b91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=deutex
pkgver=5.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="Composer and decomposer for Doom, Heretic, Hexen, Strife WAD files"
-arch=('x86_64')
+arch=('aarch64' 'x86_64')
url="https://github.com/Doom-Utils/deutex"
license=('GPL2')
depends=('libpng')