summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Latty2019-12-26 09:38:35 +0000
committerGareth Latty2019-12-26 09:38:35 +0000
commit7ca29bbf5982783335f254614dec904d0a672309 (patch)
tree4a8f48f7388acb04ea4d5b59132d8f934cd190ab
parent858440813e71f5d098a8bb6dd954d466b2ef94a8 (diff)
downloadaur-unrpa.tar.gz
Bump to 2.3.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82ead6023b0e..7e4a71dcd933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unrpa
pkgdesc = Extract files from the RPA archive format (from Ren'Py visual novels).
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/Lattyware/unrpa
arch = any
@@ -8,11 +8,11 @@ pkgbase = unrpa
makedepends = python-setuptools
depends = python3
optdepends = python-uncompyle6: ZiX archive support
- source = unrpa-2.2.0.tar.gz::https://github.com/Lattyware/unrpa/archive/2.2.0.tar.gz
- source = https://github.com/Lattyware/unrpa/releases/download/2.2.0/unrpa-2.2.0.tar.gz.asc
+ source = unrpa-2.3.0.tar.gz::https://github.com/Lattyware/unrpa/archive/2.3.0.tar.gz
+ source = https://github.com/Lattyware/unrpa/releases/download/2.3.0/unrpa-2.3.0.tar.gz.asc
validpgpkeys = 92A57AA673039A4491E6D80E5BDD8CFCA5F0551E
- sha256sums = a85bc053b2401c3739db9f173ae3c277caaa917d96fec2bab61aecc6f2922dcc
- sha256sums = 841511d411c031fbf1af23234f39834285520d62c9d6546892e20acc939fbaed
+ sha256sums = e30684de7098fa7fc657d0cfd9d7d0e2a7fe96f31a964f5ac5f81418a5b4cb7d
+ sha256sums = 6bfd8d7f656af97d987d0fdcc6d044e04593782a73c440785e0667812a940f4e
pkgname = unrpa
diff --git a/PKGBUILD b/PKGBUILD
index 438d25c71487..5c96b4572a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gareth Latty <gareth@lattyware.co.uk>
pkgname=unrpa
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="Extract files from the RPA archive format (from Ren'Py visual novels)."
arch=("any")
@@ -12,8 +12,8 @@ optdepends=("python-uncompyle6: ZiX archive support")
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=("a85bc053b2401c3739db9f173ae3c277caaa917d96fec2bab61aecc6f2922dcc"
- "841511d411c031fbf1af23234f39834285520d62c9d6546892e20acc939fbaed")
+sha256sums=("e30684de7098fa7fc657d0cfd9d7d0e2a7fe96f31a964f5ac5f81418a5b4cb7d"
+ "6bfd8d7f656af97d987d0fdcc6d044e04593782a73c440785e0667812a940f4e")
build() {
cd "$srcdir/$pkgname-$pkgver"