summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-01-23 19:11:41 +0100
committerLuca Weiss2019-01-23 19:11:41 +0100
commit07c46573fb63b48539086f725fc025e9a7dfcbb2 (patch)
tree05cf6c277a711f9b404d2f766c3be4bab16fa54f
parent9a1316e71c1db8c97bf9a6339eb714569779b33d (diff)
downloadaur-07c46573fb63b48539086f725fc025e9a7dfcbb2.tar.gz
upgpkg: clickable-git 5.4.0.r0.g459f284-1
fix arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f380f2b3d2a4..6dc338f2733b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = clickable-git
pkgdesc = Compile, build, and deploy Ubuntu Touch click packages all from the command line.
- pkgver = 5.0.0.r8.gabd7ca3
+ pkgver = 5.4.0.r0.g459f284
pkgrel = 1
url = https://gitlab.com/clickable/clickable
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = git
depends = python-cookiecutter
diff --git a/PKGBUILD b/PKGBUILD
index 64945c22cdd2..6afaf0dead05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=clickable
pkgname=clickable-git
-pkgver=5.0.0.r8.gabd7ca3
+pkgver=5.4.0.r0.g459f284
pkgrel=1
pkgdesc='Compile, build, and deploy Ubuntu Touch click packages all from the command line.'
-arch=('i686' 'x86_64')
+arch=('any')
url='https://gitlab.com/clickable/clickable'
license=('GPL3')
depends=('python-cookiecutter' 'docker' 'android-tools')