summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-07-03 14:12:52 +0300
committerNikolay Korotkiy2019-07-03 14:12:52 +0300
commit7b950306ae0bd408f1054617f65263ba7f4f058a (patch)
treeb81f5f71d10e591bab124d5d88e089b678d90c81
parent30c5533e2cde423148dd28d46088965ae027df4c (diff)
downloadaur-datamaps-git.tar.gz
Phase out i686: https://www.archlinux.org/news/the-end-of-i686-support/
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5522ed1974..6eed999ff627 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
-# Generated by makepkg 5.1.2
-# Fri Feb 15 20:41:24 UTC 2019
+# Generated by makepkg 5.1.3
+# Wed Jul 3 11:11:41 UTC 2019
pkgbase = datamaps-git
pkgdesc = Indexes points and lines and generates map tiles to display them
pkgver = r290.76e620a
pkgrel = 1
url = https://github.com/ericfischer/datamaps
- arch = i686
arch = x86_64
license = BSD
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index fb2d1f75f4f0..f9ce10c4a949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=${_pkgname}-git
pkgver=r290.76e620a
pkgrel=1
pkgdesc='Indexes points and lines and generates map tiles to display them'
-arch=('i686' 'x86_64')
+arch=(x86_64)
url='https://github.com/ericfischer/datamaps'
license=('BSD')
depends=('libpng')