summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korotkiy2019-07-03 14:08:49 +0300
committerNikolay Korotkiy2019-07-03 14:08:49 +0300
commit7fb1a91e19966ebee1b942c7739bd44393911bf7 (patch)
tree86801c92554c0b5717bd6f66b45c04db6b1243a0
parentd86881e62966aae1c071a3aea378052f0cce5e1f (diff)
downloadaur-hypercube.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 8ba35b726ef1..9e2c3f9bf01c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
-# Generated by makepkg 5.1.1
-# Wed Nov 28 11:32:39 UTC 2018
+# Generated by makepkg 5.1.3
+# Wed Jul 3 11:08:30 UTC 2019
pkgbase = hypercube
pkgdesc = Graph visualization tool
pkgver = 1.7.0
pkgrel = 2
url = http://tumic.wz.cz/hypercube/
- arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 6c8fc1395c52..985e118b3c39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=hypercube
pkgver=1.7.0
pkgrel=2
pkgdesc='Graph visualization tool'
-arch=('i686' 'x86_64')
+arch=(x86_64)
url='http://tumic.wz.cz/hypercube/'
license=('GPL3')
depends=('qt5-base')