summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Latty2018-09-10 10:51:57 +0100
committerGareth Latty2018-09-10 10:51:57 +0100
commitcfb74e0774b1b639f6c12f410661d0b4927f5bc9 (patch)
tree6ef11b17e232147798db068a83f3b9b5635ee6aa
parentc6725e3f44cf5283d981271b2ed6e2225a91c8eb (diff)
downloadaur-cfb74e0774b1b639f6c12f410661d0b4927f5bc9.tar.gz
Bump to 1.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 717ac1fb3588..26b2b9173750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = unrpa
pkgdesc = Extract files from the RPA archive format (from Ren'Py visual novels).
- pkgver = 1.5.3
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/Lattyware/unrpa
arch = any
license = GPL3
depends = python
- 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
+ source = unrpa-1.6.tar.gz::https://github.com/Lattyware/unrpa/archive/1.6.tar.gz
+ source = https://github.com/Lattyware/unrpa/releases/download/1.6/unrpa-1.6.tar.gz.asc
validpgpkeys = 92A57AA673039A4491E6D80E5BDD8CFCA5F0551E
- sha256sums = de05021c12ee59e91c27a528dd148c0e5ff6be496713875a8b5c25817c54d3ce
+ sha256sums = 3d9669f54edbe4f3020075d8cfe5672e6e72f8df79898a1e0aaecee1e4caa9a6
sha256sums = SKIP
pkgname = unrpa
-
diff --git a/PKGBUILD b/PKGBUILD
index 91e27e28ee88..9d40f85b1014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gareth Latty <gareth@lattyware.co.uk>
pkgname=unrpa
-pkgver=1.5.3
+pkgver=1.6
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=("de05021c12ee59e91c27a528dd148c0e5ff6be496713875a8b5c25817c54d3ce"
+sha256sums=("3d9669f54edbe4f3020075d8cfe5672e6e72f8df79898a1e0aaecee1e4caa9a6"
"SKIP")
package() {