summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Häggqvist2018-05-13 17:35:27 +0200
committerVictor Häggqvist2018-05-13 17:35:27 +0200
commit44c3716587a47b17d2a2da21cd49c8cb2b03804c (patch)
tree02c45afe2c2f5d5258bd82df0b2dd12008aafc4f /PKGBUILD
parent5ecff1d9f985dd132d45dfd6d18865204bd1339e (diff)
downloadaur-44c3716587a47b17d2a2da21cd49c8cb2b03804c.tar.gz
add missing depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a1254d94ccc..a0eec8067f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Victor Häggqvist <aur a snilius d com>
-# https://github.com/victorhaggqvist/archlinux-pkgbuilds/tree/otto
+# https://github.com/victorhaggqvist/archlinux-pkgbuilds
pkgname=apk-resigner
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='A bash script utility that resigns the Android Package (APK) files (Android applications) with different certificates.'
url="https://code.google.com/p/apk-resigner/"
arch=('i686' 'x86_64' 'arm')
license=('Apache License 2.0')
install=apk-resigner.install
+optdepends=('android-sdk-build-tools: build tools are required, however you may provide this via your own Android SDK setup in PATH')
+depends=(java-environment-common)
source=("signapk.sh" "apk-resigner.install")
sha512sums=('fce7e6fbf9ed702f559772535eb8078756cf1c69c2873e71a1421f8e05d5039d0fa88157cd21d607554720edb72f70774be4589ba08569fbe7c8b42cd91d03d6'