summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')