summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2020-12-23 13:30:09 +0600
committerMubashshir2020-12-23 13:30:09 +0600
commit34569ee2280ad68191f456eda5ba11af2c5875fd (patch)
treefaac9009162125a9d4216527f6986d6a79c531de /PKGBUILD
parenta5da3925027a366ca2802845e01b3216a5f50e96 (diff)
downloadaur-34569ee2280ad68191f456eda5ba11af2c5875fd.tar.gz
pkgrel bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1785bd96d1b2..610f3a09b6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,23 @@
_pkgname=apkstudio
pkgname=$_pkgname-git
pkgver=r299.71ca9b5
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='An IDE for decompiling/editing & then recompiling of android application binaries.'
arch=('i686' 'x86_64')
url='http://www.vaibhavpandey.com/apkstudio/'
license=('GPL2')
-depends=('qt5-base' 'android-tools')
+depends=('qt5-base'
+ 'adb'
+ 'jadx'
+ 'uber-apk-signer-bin'
+ 'android-apktool')
makedepends=('git' 'qt5-tools' 'unzip')
source=('git+https://github.com/vaibhavpandeyvpz/apkstudio.git'
'git+https://github.com/Dax89/QHexView.git'
'git+https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle')
sha256sums=('SKIP' 'SKIP' 'SKIP')
+install=apkstudio.install
pkgver() {
cd "$srcdir/$_pkgname"