summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbba775e161b..16635b04e5b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pkg2zip
pkgdesc = Decrypts PlayStation Vita pkg file and packages to zip archive
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/mmozeiko/pkg2zip
arch = i686
arch = x86_64
license = custom:unlicense
- source = https://github.com/mmozeiko/pkg2zip/archive/v1.2.tar.gz
- sha256sums = 26ed203e560758309e54c2cd4a2057cefe5bcf216e3ff706990c8ac11a022905
+ source = https://github.com/mmozeiko/pkg2zip/archive/v1.3.tar.gz
+ sha256sums = bb3125f7cc45966d272da2597fb016f14012d63c78c76c12bda7da58999970a0
pkgname = pkg2zip
diff --git a/PKGBUILD b/PKGBUILD
index 7d2acb5fb767..53c5e0329c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Martins Mozeiko <martins.mozeiko@gmail.com>
pkgname=pkg2zip
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc='Decrypts PlayStation Vita pkg file and packages to zip archive'
url='https://github.com/mmozeiko/pkg2zip'
arch=('i686' 'x86_64')
license=('custom:unlicense')
source=("https://github.com/mmozeiko/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('26ed203e560758309e54c2cd4a2057cefe5bcf216e3ff706990c8ac11a022905')
+sha256sums=('bb3125f7cc45966d272da2597fb016f14012d63c78c76c12bda7da58999970a0')
package() {