summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cf5dda97899..45ced73ef56d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ubports-installer
pkgdesc = Install Ubuntu Touch on Your Device
pkgver = 0.1.21_beta
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://ubuntu-touch.io/get-ut
install = ubports-installer.install
arch = x86_64
license = GPL3
depends = gconf
+ depends = android-tools
source = https://github.com/ubports/ubports-installer/releases/download/0.1.21-beta/ubports-installer_0.1.21-beta_amd64.deb
md5sums = 9f9667278991d35e64cc7286d23b439f
diff --git a/PKGBUILD b/PKGBUILD
index db881b94f947..71c8919d73ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _pkgcode=0.1.21
_pkgstate=beta
pkgver=${_pkgcode}_${_pkgstate}
_pkgver=${_pkgcode}-${_pkgstate}
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Install Ubuntu Touch on Your Device"
arch=('x86_64')
url="https://ubuntu-touch.io/get-ut"
license=('GPL3')
makedepends=()
-depends=('gconf')
+depends=('gconf' 'android-tools')
install=ubports-installer.install
source=("https://github.com/ubports/ubports-installer/releases/download/${_pkgver}/ubports-installer_${_pkgver}_amd64.deb")
md5sums=('9f9667278991d35e64cc7286d23b439f')