summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Latty2018-05-24 10:41:08 +0100
committerGareth Latty2018-05-24 10:41:08 +0100
commitc6725e3f44cf5283d981271b2ed6e2225a91c8eb (patch)
tree38416d49ba7563c6289531a74838631918fd80e8
parent8c7085688cf7f7c7032007b8374b7fb8eba718bc (diff)
downloadaur-c6725e3f44cf5283d981271b2ed6e2225a91c8eb.tar.gz
Bump to 1.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f03afbfc643c..717ac1fb3588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = unrpa
pkgdesc = Extract files from the RPA archive format (from Ren'Py visual novels).
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/Lattyware/unrpa
arch = any
license = GPL3
depends = python
- source = unrpa-1.5.2.tar.gz::https://github.com/Lattyware/unrpa/archive/1.5.2.tar.gz
- source = https://github.com/Lattyware/unrpa/releases/download/1.5.2/unrpa-1.5.2.tar.gz.asc
+ source = unrpa-1.5.3.tar.gz::https://github.com/Lattyware/unrpa/archive/1.5.3.tar.gz
+ source = https://github.com/Lattyware/unrpa/releases/download/1.5.3/unrpa-1.5.3.tar.gz.asc
validpgpkeys = 92A57AA673039A4491E6D80E5BDD8CFCA5F0551E
- sha256sums = ef40afe59b0eab420cd0e77fa05fe2a554a87a7583d0e29befe78441089b6a9c
+ sha256sums = de05021c12ee59e91c27a528dd148c0e5ff6be496713875a8b5c25817c54d3ce
sha256sums = SKIP
pkgname = unrpa
diff --git a/PKGBUILD b/PKGBUILD
index 103ad4f18773..91e27e28ee88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gareth Latty <gareth@lattyware.co.uk>
pkgname=unrpa
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="Extract files from the RPA archive format (from Ren'Py visual novels)."
arch=("any")
@@ -10,7 +10,7 @@ depends=("python")
source=("$pkgname-$pkgver.tar.gz::https://github.com/Lattyware/$pkgname/archive/$pkgver.tar.gz"
"https://github.com/Lattyware/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc")
validpgpkeys=("92A57AA673039A4491E6D80E5BDD8CFCA5F0551E")
-sha256sums=("ef40afe59b0eab420cd0e77fa05fe2a554a87a7583d0e29befe78441089b6a9c"
+sha256sums=("de05021c12ee59e91c27a528dd148c0e5ff6be496713875a8b5c25817c54d3ce"
"SKIP")
package() {