summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2020-12-24 00:06:52 +0600
committerMubashshir2020-12-24 00:06:52 +0600
commit8dfd6c36ded3714679b6cdfb5a3ad5831ffebe16 (patch)
tree268fe84f44a950669247df55ed979b2be5571227 /PKGBUILD
parent34569ee2280ad68191f456eda5ba11af2c5875fd (diff)
downloadaur-8dfd6c36ded3714679b6cdfb5a3ad5831ffebe16.tar.gz
pkgrel bump.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 610f3a09b6f6..81db60f1c7f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=apkstudio
pkgname=$_pkgname-git
pkgver=r299.71ca9b5
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='An IDE for decompiling/editing & then recompiling of android application binaries.'
arch=('i686' 'x86_64')
@@ -20,7 +20,9 @@ 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')
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP')
install=apkstudio.install
pkgver() {