summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2019-06-09 02:26:52 +0000
committerDaniel Bermond2019-06-09 02:26:52 +0000
commit33c0f4f24aa7bc84968fb029c84877d4ba5f29d4 (patch)
tree794fe76c03411686d6fd647f01a0403a9ba3cac3 /PKGBUILD
parent643c6a7ef3be7c836e42c6b8838dca47836cb1e8 (diff)
downloadaur-33c0f4f24aa7bc84968fb029c84877d4ba5f29d4.tar.gz
Remove support for i686 architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26711241c816..b2a3920932d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=libemf
pkgver=1.0.11
-pkgrel=1
+pkgrel=2
pkgdesc='Library implementation of ECMA-234 API for the generation of enhanced metafiles'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://libemf.sourceforge.net/'
license=('GPL' 'LGPL')
depends=('gcc-libs')