summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Bertelli2022-06-24 14:33:31 -0300
committerFilipe Bertelli2022-06-24 14:33:31 -0300
commitc794ad9ddfa4a9c65ef340392c1bc33174e88a62 (patch)
treee2567d09f357fa2676de013805088d09c4a3eed5 /PKGBUILD
parent058109b9d16eb9c6629cca08db3a083bbb0d7828 (diff)
downloadaur-c794ad9ddfa4a9c65ef340392c1bc33174e88a62.tar.gz
Fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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')