summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo-Guilbert2020-06-15 20:03:29 -0400
committerGabriel-Andrew Pollo-Guilbert2020-06-15 20:03:29 -0400
commitd46d0da45b702c0702354f06108558c709961cf6 (patch)
treecb496a5cb080aa906b9d65a826bfc54db3fc8007
parenteec6741b8a40c340c0102f40a5df75fb9add0c4f (diff)
downloadaur-d46d0da45b702c0702354f06108558c709961cf6.tar.gz
tagscanner: add i686 to supported architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a8d304e2df4..18f4a14fdc09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,14 @@ pkgbase = tagscanner
pkgver = 6.1.4
pkgrel = 1
url = https://www.xdlab.ru/en/
+ arch = i686
arch = x86_64
license = custom
depends = wine
source = tagscanner.sh
md5sums = 2a07e489f02b4897ff10f818309101d7
+ source_i686 = https://www.xdlab.ru/files/tagscan-6.1.4.zip
+ md5sums_i686 = f2059adbcab6f0883460a87f9b60094e
source_x86_64 = https://www.xdlab.ru/files/tagscan-6.1.4_x64.zip
md5sums_x86_64 = 6d63a2fda159a314f1a11a712f2c8ff7
diff --git a/PKGBUILD b/PKGBUILD
index 3cf45f9b40a7..3e54aef604c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=tagscanner
pkgver=6.1.4
pkgrel=1
pkgdesc='Powerful tool for organizing and managing your music collection'
-arch=('x86_64')
+arch=('i686' 'x86_64')
url='https://www.xdlab.ru/en/'
license=('custom')
depends=('wine')