summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-07-14 15:31:17 +0000
committerDaniel Bermond2019-07-14 15:31:17 +0000
commit3f6eb9d13e0c983b093274b15c2e12c5d541a39e (patch)
treee2bb68a4f6a413725c7b5993d0c790fd280da266 /PKGBUILD
parent01f3497383252794b6d37fb0b624523da4c8a888 (diff)
downloadaur-3f6eb9d13e0c983b093274b15c2e12c5d541a39e.tar.gz
Drop i686 support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ad5f485f991..98b70f9b698d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=libmysofa
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA format'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://hoene.github.io/libmysofa/'
license=('BSD')
depends=('zlib')