summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Latty2019-07-07 09:56:26 +0100
committerGareth Latty2019-07-07 09:56:26 +0100
commit2a3e61538b44b75aab7823ee8f63833858667428 (patch)
tree7bdda2a77cbc897bc5ba9ac24dff0f19c440c1b0
parent844cae8e640e1de9c554078cc4fd845f5244ecfc (diff)
downloadaur-2a3e61538b44b75aab7823ee8f63833858667428.tar.gz
Bump to 2.1.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 475d55630be2..39fff17a59d5 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.0.1
+ pkgver = 2.1.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.0.1.tar.gz::https://github.com/Lattyware/unrpa/archive/2.0.1.tar.gz
- source = https://github.com/Lattyware/unrpa/releases/download/2.0.1/unrpa-2.0.1.tar.gz.asc
+ source = unrpa-2.1.0.tar.gz::https://github.com/Lattyware/unrpa/archive/2.1.0.tar.gz
+ source = https://github.com/Lattyware/unrpa/releases/download/2.1.0/unrpa-2.1.0.tar.gz.asc
validpgpkeys = 92A57AA673039A4491E6D80E5BDD8CFCA5F0551E
- sha256sums = adbd5830e88e60a13bfb192bddfca37bfd922d40d1e5d061a1fb3b21a608163d
- sha256sums = fa987df68ecbb24db36f97535596d1b32dd70ef0b4fab7175c9ba8b3204e1ebe
+ sha256sums = 5c30fa986227f6a010c82ebed052628e6dcbc0e3fa58a880eb70e05e273916c9
+ sha256sums = dd110f6f9909f063a52bbc636795f160fb4508bf003a5e4ece7e1858d6e7b6c8
pkgname = unrpa
diff --git a/PKGBUILD b/PKGBUILD
index 2c9ec6b92b5f..66fa4a717c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gareth Latty <gareth@lattyware.co.uk>
pkgname=unrpa
-pkgver=2.0.1
+pkgver=2.1.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=("adbd5830e88e60a13bfb192bddfca37bfd922d40d1e5d061a1fb3b21a608163d"
- "fa987df68ecbb24db36f97535596d1b32dd70ef0b4fab7175c9ba8b3204e1ebe")
+sha256sums=("5c30fa986227f6a010c82ebed052628e6dcbc0e3fa58a880eb70e05e273916c9"
+ "dd110f6f9909f063a52bbc636795f160fb4508bf003a5e4ece7e1858d6e7b6c8")
build() {
cd "$srcdir/$pkgname-$pkgver"