summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-07-03 13:41:28 +0300
committerNikolay Korotkiy2019-07-03 13:41:28 +0300
commit152c35c3189349776dc5d969bc3e3b8e95738873 (patch)
tree2b4d5b1a018c5df4846c1fe02e98d2dd5b49e6f9
parent9f75be80452632ba01cdebf28854edab11921209 (diff)
downloadaur-152c35c3189349776dc5d969bc3e3b8e95738873.tar.gz
Phase out i686: https://www.archlinux.org/news/the-end-of-i686-support/
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c815314447bb..2f55d5d1101d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by makepkg 5.1.3
-# Mon Apr 29 14:50:14 UTC 2019
+# Wed Jul 3 10:41:05 UTC 2019
pkgbase = qt5-pbfimageplugin
pkgdesc = Qt image plugin for displaying Mapbox vector tiles
pkgver = 1.4
pkgrel = 1
url = https://github.com/tumic0/QtPBFImagePlugin
- arch = i686
arch = x86_64
license = LGPL3
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index b4e655b6be03..dd5a77ff559d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=qt5-pbfimageplugin
pkgver=1.4
pkgrel=1
pkgdesc='Qt image plugin for displaying Mapbox vector tiles'
-arch=('i686' 'x86_64')
+arch=(x86_64)
url='https://github.com/tumic0/QtPBFImagePlugin'
license=('LGPL3')
depends=('qt5-base' 'protobuf')