summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Bertelli2022-12-27 13:18:14 -0300
committerFilipe Bertelli2022-12-27 13:18:14 -0300
commit4d5eb1ab3e82b75bb68f0f3517b1b767c7be7ed5 (patch)
tree4b07c92028456eb4cf4f86fcfd390e9a66428ec4
parentcb42dc5796b67d1492bb98f35b05bed765db97ed (diff)
downloadaur-4d5eb1ab3e82b75bb68f0f3517b1b767c7be7ed5.tar.gz
Update to 1.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4b2118442ab..24a9912f9c69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apk-editor-studio-bin
pkgdesc = Powerful yet easy to use APK editor
- pkgver = 1.6.0
- pkgrel = 2
+ pkgver = 1.7.0
+ pkgrel = 1
url = https://github.com/kefir500/apk-editor-studio
arch = x86_64
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = apk-editor-studio-bin
depends = android-sdk-platform-tools
optdepends = libsecret: Enable password manager backend
provides = apk-editor-studio
- source = https://github.com/kefir500/apk-editor-studio/releases/download/v1.6.0/apk-editor-studio_linux_1.6.0.AppImage
- sha256sums = 181e3b75d3b31a3d8653700b90101d7897db7544e61c57fb606d2c6083eaf49f
+ source = https://github.com/kefir500/apk-editor-studio/releases/download/v1.7.0/apk-editor-studio_linux_1.7.0.AppImage
+ sha256sums = 0255cae22e5fb4e80e479d1417b70d190d4213063c1f2c2a7824130df319eef5
pkgname = apk-editor-studio-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1847d331ccb..cb76f121320d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=apk-editor-studio-bin
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Powerful yet easy to use APK editor"
arch=('x86_64')
provides=("${pkgname%-bin}")
@@ -16,7 +16,7 @@ depends=('qt5-base'
'android-sdk-platform-tools')
optdepends=('libsecret: Enable password manager backend')
source=("https://github.com/kefir500/apk-editor-studio/releases/download/v${pkgver}/apk-editor-studio_linux_${pkgver}.AppImage")
-sha256sums=('181e3b75d3b31a3d8653700b90101d7897db7544e61c57fb606d2c6083eaf49f')
+sha256sums=('0255cae22e5fb4e80e479d1417b70d190d4213063c1f2c2a7824130df319eef5')
prepare() {
chmod +x "${pkgname%-bin}_linux_$pkgver.AppImage"