summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-12-24 00:06:52 +0600
committerMubashshir2020-12-24 00:06:52 +0600
commit8dfd6c36ded3714679b6cdfb5a3ad5831ffebe16 (patch)
tree268fe84f44a950669247df55ed979b2be5571227
parent34569ee2280ad68191f456eda5ba11af2c5875fd (diff)
downloadaur-8dfd6c36ded3714679b6cdfb5a3ad5831ffebe16.tar.gz
pkgrel bump.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59b6e227a588..c0e80ddc862f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apkstudio-git
pkgdesc = An IDE for decompiling/editing & then recompiling of android application binaries.
pkgver = r299.71ca9b5
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://www.vaibhavpandey.com/apkstudio/
install = apkstudio.install
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() {