summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin J. Pohly2019-02-20 16:34:14 -0600
committerDevin J. Pohly2019-02-20 16:34:14 -0600
commitad0684dfe4a84b7691ed3462c601f79d3bac85a0 (patch)
tree0acdf712db92983537b36cb0bfdf565a8860a84f
parent747b2e3b806b64a385af32cf65d1f8a9ede31dba (diff)
downloadaur-dexpatcher.tar.gz
update to 1.6.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45ad1163ec7c..daf2031ee78f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Nov 27 03:33:16 UTC 2017
pkgbase = dexpatcher
pkgdesc = Modify Android DEX/APK files at source-level using Java
- pkgver = 1.6.0
+ pkgver = 1.6.2
pkgrel = 1
url = http://forum.xda-developers.com/showthread.php?t=3060854
arch = any
@@ -10,10 +8,10 @@ pkgbase = dexpatcher
depends = cfr
depends = dex2jar
depends = android-apktool
- noextract = dexpatcher-1.6.0.jar
- source = https://github.com/DexPatcher/dexpatcher-tool/releases/download/v1.6.0/dexpatcher-1.6.0.jar
+ noextract = dexpatcher-1.6.2.jar
+ source = https://github.com/DexPatcher/dexpatcher-tool/releases/download/v1.6.2/dexpatcher-1.6.2.jar
source = dexpatcher
- sha256sums = c27de635595ba91e26bac839089b4cef829f7b044305484d48ea9237e98b5d93
+ sha256sums = d528deff6775422280483df2822e21a8380c5aa5ea9841964e3b23fc5ae17f68
sha256sums = b1f4274e7d89b66dc1ce4f314148544ccf37e6e9821454b456ec20b73fd44e49
pkgname = dexpatcher
diff --git a/PKGBUILD b/PKGBUILD
index fefc9a65391e..48c501b40918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Devin J. Pohly <djpohly+arch@gmail.com>
pkgname=dexpatcher
-pkgver=1.6.0
+pkgver=1.6.2
pkgrel=1
pkgdesc="Modify Android DEX/APK files at source-level using Java"
arch=('any')
@@ -10,7 +10,7 @@ depends=('cfr' 'dex2jar' 'android-apktool')
source=("https://github.com/DexPatcher/dexpatcher-tool/releases/download/v$pkgver/$pkgname-$pkgver.jar"
dexpatcher)
noextract=("$pkgname-$pkgver.jar")
-sha256sums=('c27de635595ba91e26bac839089b4cef829f7b044305484d48ea9237e98b5d93'
+sha256sums=('d528deff6775422280483df2822e21a8380c5aa5ea9841964e3b23fc5ae17f68'
'b1f4274e7d89b66dc1ce4f314148544ccf37e6e9821454b456ec20b73fd44e49')
package() {