summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2017-11-16 12:23:11 +0100
committersirlucjan2017-11-16 12:23:11 +0100
commitc77f2b855c761084d5f3d320e54a3b00bb3ee6b7 (patch)
tree6a08f02796ff7ab1b8c9bacb23d686bc99fd8631
parente256af816771baef4a826818dc478f26133ac770 (diff)
downloadaur-c77f2b855c761084d5f3d320e54a3b00bb3ee6b7.tar.gz
Drop i686 support
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f3322d15244..9b9a575ec663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = pkgconf-git
pkgver = 1.0.1.27.ga05cc65
pkgrel = 1
url = https://github.com/pkgconf/pkgconf
- arch = i686
arch = x86_64
license = ISC
makedepends = popt
diff --git a/PKGBUILD b/PKGBUILD
index 8db2e54dd6df..48291f2b3811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.0.1.27.ga05cc65
pkgrel=1
pkgdesc='pkg-config compatible utility which does not depend on glib'
url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('ISC')
makedepends=('popt' 'git')
conflicts=('pkg-config' 'pkgconfig' 'pkgconf')