summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Dehner2021-08-05 16:00:35 +0200
committerJulius Dehner2021-08-05 16:00:35 +0200
commit90d79b219ca51d7a7ec9804b96ca02df454fe0f2 (patch)
treed5b9f0487933ac1699f0cb7d09bfd85527f6a2e4
parentfb43759f641f596709c52aed8b403f34b6d4de03 (diff)
downloadaur-90d79b219ca51d7a7ec9804b96ca02df454fe0f2.tar.gz
Fix file extraction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4972d2d4d7ac..f998db2cbbe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = th06-demo
pkgver = 0.13
- pkgrel = 3
+ pkgrel = 4
url = http://www16.big.or.jp/~zun/html/th06.html
arch = any
license = custom
makedepends = convmv
makedepends = icoutils
+ makedepends = p7zip
source = http://www16.big.or.jp/~zun/data/soft/kouma_tr013.lzh
source = th06-demo-wine.desktop
source = th06-demo-wine.sh
@@ -30,4 +31,3 @@ pkgname = th06-demo-pytouhou
pkgdesc = Embodiment of Scarlet Devil trial version. Sixth game of the Touhou Project series; PyTouhou version.
depends = th06-demo-data
depends = pytouhou-hg
-
diff --git a/PKGBUILD b/PKGBUILD
index d5d9e64f93d3..c377754ec992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
+# Maintainer: Minmo <com dot gmail at maroboromike>
+# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgbase='th06-demo'
pkgname=('th06-demo-data' 'th06-demo-wine' 'th06-demo-pytouhou')
pkgver=0.13
-pkgrel=3
+pkgrel=4
url='http://www16.big.or.jp/~zun/html/th06.html'
arch=('any')
license=('custom')
-makedepends=('convmv' 'icoutils')
+makedepends=('convmv' 'icoutils' 'p7zip')
source=('http://www16.big.or.jp/~zun/data/soft/kouma_tr013.lzh'
"$pkgbase-wine.desktop" "$pkgbase-wine.sh"
"$pkgbase-pytouhou.desktop" "$pkgbase-pytouhou.sh")
@@ -18,8 +19,9 @@ sha1sums=('dfeb4dd358c6613ec4d8b701d41672ca75b6a0c9'
'4591e137f7948508140c5014d11eacad41b63b0d')
prepare() {
- cd "$srcdir"
+ LC_ALL=C 7z x kouma_tr013.lzh
convmv -f CP932 -t UTF-8 -r --notest .
+ cd "$srcdir"
}
package_th06-demo-data() {