diff options
author | thingsiplay | 2024-03-12 03:06:05 +0100 |
---|---|---|
committer | thingsiplay | 2024-03-12 03:06:05 +0100 |
commit | b2b4090a97146b1375bd4785ff7566a1b776894f (patch) | |
tree | 0f63a2435f9dceafaef7cce7f4c98673903eba18 /PKGBUILD | |
parent | b4ac343dfeda68f6d28314ef224ab1a6c60e109d (diff) | |
download | aur-tochd.tar.gz |
v0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |