summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2017-01-20 14:08:14 +0100
committerPeter Mattern2017-01-20 14:12:01 +0100
commitd97c11d6d00e2a8b186d13f4ce659bc69ab70fb2 (patch)
treea5205cf7bcf7b3033b261cface0fdee165de2c2f
parent3c8153c0cf467e79f36ae061221b919cfceee235 (diff)
downloadaur-d97c11d6d00e2a8b186d13f4ce659bc69ab70fb2.tar.gz
Make package architecture-independent again
Upstream code is architecture-independent as of 02f42d1.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c194694b7a12..d16d6a99c9f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Wed Oct 26 20:02:19 UTC 2016
+# Fri Jan 20 13:08:09 UTC 2017
pkgbase = lxqt-build-tools-git
pkgdesc = Tools to build LXQt and components maintained by the project.
- pkgver = 0.1.0.4.g2dd8ecd
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/lxde/lxqt-build-tools
- arch = i686
- arch = x86_64
+ arch = any
license = BSD
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 60a26a9601e4..2f3a80d484d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=lxqt-build-tools
pkgname=$_pkgname-git
-pkgver=0.1.0.4.g2dd8ecd
+pkgver=0.3.2
pkgrel=1
pkgdesc='Tools to build LXQt and components maintained by the project.'
-arch=('i686' 'x86_64')
+arch=('any')
url='https://github.com/lxde/lxqt-build-tools'
license=('BSD')
makedepends=('git' 'cmake' 'qt5-base')