summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVince2021-08-02 09:19:24 +0200
committerVince2021-08-02 09:19:24 +0200
commit974e719241180c62e54c22271929f6c912fc70f8 (patch)
treed7426ab8393cdba3eafb8b3f85aa66863c6a0c47
parent4ddbd16188cb7ffab569f65da52bb3907798d243 (diff)
downloadaur-974e719241180c62e54c22271929f6c912fc70f8.tar.gz
Changed the architectures supported
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 352bc0c324a3..2ec4486ca32d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = rexpaint
pkgrel = 1
url = https://www.gridsagegames.com/rexpaint
arch = x86_64
- arch = i386
+ arch = i686
license = custom
depends = wine
source = https://www.gridsagegames.com/blogs/files/REXPaint-v1.60.zip
diff --git a/PKGBUILD b/PKGBUILD
index e5b85c13a953..ae05702d1e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname='rexpaint'
pkgver='1.60'
pkgrel=1
pkgdesc='A powerful and user-friendly ASCII art editor'
-arch=('x86_64' 'i386')
+arch=('x86_64' 'i686')
url='https://www.gridsagegames.com/rexpaint'
license=('custom')
depends=('wine')