summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Bertelli2022-06-24 14:33:31 -0300
committerFilipe Bertelli2022-06-24 14:33:31 -0300
commitc794ad9ddfa4a9c65ef340392c1bc33174e88a62 (patch)
treee2567d09f357fa2676de013805088d09c4a3eed5
parent058109b9d16eb9c6629cca08db3a083bbb0d7828 (diff)
downloadaur-c794ad9ddfa4a9c65ef340392c1bc33174e88a62.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18ac60413f40..92350559780b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,14 @@ pkgbase = apk-editor-studio-bin
pkgdesc = Powerful yet easy to use APK editor
pkgver = 1.6.0
pkgrel = 1
- url = https://qwertycube.com/apk-editor-studio
+ url = https://github.com/kefir500/apk-editor-studio
arch = x86_64
license = GPL3
depends = qt5-base
depends = java-runtime>=8
depends = hicolor-icon-theme
+ depends = android-sdk-build-tools
+ depends = android-sdk-platform-tools
optdepends = libsecret: Enable password manager backend
provides = apk-editor-studio
source = https://github.com/kefir500/apk-editor-studio/releases/download/v1.6.0/apk-editor-studio_linux_1.6.0.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 62612b01289a..8cc27a621fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=apk-editor-studio-bin
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Powerful yet easy to use APK editor"
arch=('x86_64')
provides=("${pkgname%-bin}")
@@ -10,7 +10,9 @@ url='https://github.com/kefir500/apk-editor-studio'
license=('GPL3')
depends=('qt5-base'
'java-runtime>=8'
- 'hicolor-icon-theme')
+ 'hicolor-icon-theme'
+ 'android-sdk-build-tools'
+ 'android-sdk-platform-tools')
optdepends=('libsecret: Enable password manager backend')
source=("https://github.com/kefir500/apk-editor-studio/releases/download/v${pkgver}/apk-editor-studio_linux_${pkgver}.AppImage")
sha256sums=('181e3b75d3b31a3d8653700b90101d7897db7544e61c57fb606d2c6083eaf49f')