summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-18 21:45:05 +0300
committerDimitris Kiziridis2020-06-18 21:45:05 +0300
commit5cdd5ebf9a47ac25967af98413980d8f110a5ff8 (patch)
treeff47879f28e102c946e19db978301b100a077aaa /PKGBUILD
parent4f73ff71c2d48992e3aa1ab9477cd519bbef0770 (diff)
downloadaur-5cdd5ebf9a47ac25967af98413980d8f110a5ff8.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2edc0a87cf6..e8492c041767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,11 @@ url='https://qwertycube.com/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'
+ 'android-apktool')
+optdepends=('libsecret: Enable password manager backend')
source=("${pkgname}-${pkgver}.deb::https://github.com/kefir500/apk-editor-studio/releases/download/v${pkgver}/apk-editor-studio_linux_${pkgver}.deb")
sha256sums=('7383abad2a5996e02076173a4cbcbe417fce591531631a682c0aaaa7335d92d2')