summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4dfd2fc32cc..5cf5dda97899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = ubports-installer
install = ubports-installer.install
arch = x86_64
license = GPL3
+ depends = gconf
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 b0380feb2dcf..db881b94f947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url="https://ubuntu-touch.io/get-ut"
license=('GPL3')
makedepends=()
-depends=()
+depends=('gconf')
install=ubports-installer.install
source=("https://github.com/ubports/ubports-installer/releases/download/${_pkgver}/ubports-installer_${_pkgver}_amd64.deb")
md5sums=('9f9667278991d35e64cc7286d23b439f')