summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6089b04e4b..a9a3917989e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tochd
pkgdesc = Convert game ISO and archives to CD/DVD CHD for emulation.
- pkgver = 0.12
+ pkgver = 0.13
pkgrel = 1
url = https://github.com/thingsiplay/tochd
arch = any
@@ -8,7 +8,7 @@ pkgbase = tochd
depends = python3
depends = p7zip
depends = mame-tools
- source = tochd-0.12.tar.gz::https://github.com/thingsiplay/tochd/archive/refs/tags/v0.12.tar.gz
- sha256sums = 70d8586aa1b09f45966786bf72813c6571ddedcd6f2fdad9f2641e1c9d1a9ec2
+ source = tochd-0.13.tar.gz::https://github.com/thingsiplay/tochd/archive/refs/tags/v0.13.tar.gz
+ sha256sums = 53aede3024120221b98a50e2a7a2f7e937e2b2ae54303baa704dff04736710c2
pkgname = tochd
diff --git a/PKGBUILD b/PKGBUILD
index 6f2aab5e4f1b..d299aaac76d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tuncay <mamehiscore@aol.com>
pkgname=tochd
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="Convert game ISO and archives to CD/DVD CHD for emulation."
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/thingsiplay/tochd"
license=('MIT')
depends=('python3' 'p7zip' 'mame-tools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('70d8586aa1b09f45966786bf72813c6571ddedcd6f2fdad9f2641e1c9d1a9ec2')
+sha256sums=('53aede3024120221b98a50e2a7a2f7e937e2b2ae54303baa704dff04736710c2')
check() {
cd "$pkgname-$pkgver"