summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-11-15 23:55:12 +0200
committerDet2017-11-15 23:55:12 +0200
commit5607ef488dfdea90732a16f5cdb7f4ce7991ce18 (patch)
tree74fb04d16d5ada4b4d15d85399a43ede2134df75
parent60a6fe7db5f8436f3d7dcbdfc4f893979f4196e9 (diff)
downloadaur-5607ef488dfdea90732a16f5cdb7f4ce7991ce18.tar.gz
Phase out i686: https://www.archlinux.org/news/the-end-of-i686-support/
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29fa5563a9e6..5a21ac74272e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = fontconfig-ubuntu
pkgrel = 1
url = https://launchpad.net/ubuntu/+source/fontconfig
install = fontconfig-ubuntu.install
- arch = i686
arch = x86_64
license = custom
makedepends = python2
diff --git a/PKGBUILD b/PKGBUILD
index faeb4465b279..2a22d6fb7d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=2.12.6
_ubver=0ubuntu1
pkgrel=1
pkgdesc="Library for configuring and customizing font access - with Ubuntu's patches"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://launchpad.net/ubuntu/+source/fontconfig"
license=('custom')
depends=('expat' 'freetype2')