summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Latty2019-11-02 00:38:18 +0000
committerGareth Latty2019-11-02 00:38:23 +0000
commit858440813e71f5d098a8bb6dd954d466b2ef94a8 (patch)
treef200461c268b239e1a31cc76d7df66a02512895b
parent3c90cc15b81c50319f2e9edd258b88e212cb01f7 (diff)
downloadaur-858440813e71f5d098a8bb6dd954d466b2ef94a8.tar.gz
Bump to 2.2.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da3c06f7927f..82ead6023b0e 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.1.1
+ pkgver = 2.2.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.1.1.tar.gz::https://github.com/Lattyware/unrpa/archive/2.1.1.tar.gz
- source = https://github.com/Lattyware/unrpa/releases/download/2.1.1/unrpa-2.1.1.tar.gz.asc
+ 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
validpgpkeys = 92A57AA673039A4491E6D80E5BDD8CFCA5F0551E
- sha256sums = 49b6bc03e620a26ea0e92b19e979acf9478514e93de98f6786b798ef65cc5f3e
- sha256sums = 241033f032ff73160c55f9c9ca1c71565c1376eb8121f3a87d2dbe417e6cac1e
+ sha256sums = a85bc053b2401c3739db9f173ae3c277caaa917d96fec2bab61aecc6f2922dcc
+ sha256sums = 841511d411c031fbf1af23234f39834285520d62c9d6546892e20acc939fbaed
pkgname = unrpa
diff --git a/PKGBUILD b/PKGBUILD
index 087ac1222352..438d25c71487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gareth Latty <gareth@lattyware.co.uk>
pkgname=unrpa
-pkgver=2.1.1
+pkgver=2.2.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=("49b6bc03e620a26ea0e92b19e979acf9478514e93de98f6786b798ef65cc5f3e"
- "241033f032ff73160c55f9c9ca1c71565c1376eb8121f3a87d2dbe417e6cac1e")
+sha256sums=("a85bc053b2401c3739db9f173ae3c277caaa917d96fec2bab61aecc6f2922dcc"
+ "841511d411c031fbf1af23234f39834285520d62c9d6546892e20acc939fbaed")
build() {
cd "$srcdir/$pkgname-$pkgver"