summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorweilinfox2022-11-05 16:50:56 +0800
committerweilinfox2022-11-05 16:50:56 +0800
commit07515df8dc74a8c0e2be6ab099b9ce9a5ec42c2e (patch)
tree80002389745510a7af48cc5d42d4baeedd22bd33
parent9efbc6501a67804b28a62af26f155740113e5f4c (diff)
downloadaur-07515df8dc74a8c0e2be6ab099b9ce9a5ec42c2e.tar.gz
Change user data dir to ~/.th10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rwxr-xr-xth10-custom.sh2
-rwxr-xr-xth10.sh2
4 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f5a9f6e7ed3..368f2f5f9068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = th10
pkgdesc = Mountain of Faith trial version. Tenth game of the Touhou Project series.
pkgver = 0.02
- pkgrel = 1
+ pkgrel = 2
url = https://www16.big.or.jp/~zun/html/th10top.html
arch = x86_64
license = custom
@@ -15,9 +15,9 @@ pkgbase = th10
source = th10.desktop
md5sums = 4c816e8d7f59430d5083e55c86df2462
md5sums = ff0501145d6dc00e61fd8bd153e3bc5a
- md5sums = f4f205effde8bf6922bcf52bf0c45f79
- md5sums = fe3fcfcba78208fddc0d213abb7c39e1
+ md5sums = 027fe63b2c9d28abbff74064a38fe2bb
+ md5sums = 36254f0ca77fb9fe709cbbe2191afa98
md5sums = 7e337e7d4e04feb0d7af3d7480e8d4b4
- md5sums = 8974c85bc98640bd4c6baa80e6f8857b
+ md5sums = 729af1ecd46aa43c52f3465fa8a62fb7
pkgname = th10
diff --git a/PKGBUILD b/PKGBUILD
index 4c2195dc5866..98b58285ba8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=th10
pkgver=0.02
-pkgrel=1
+pkgrel=2
pkgdesc='Mountain of Faith trial version. Tenth game of the Touhou Project series.'
arch=(x86_64)
url='https://www16.big.or.jp/~zun/html/th10top.html'
@@ -17,8 +17,8 @@ source=('http://kokoron.madoka.org/mirror/D/t/touhoufuujinroku/th10tr002a_setup.
'th10.desktop')
md5sums=('4c816e8d7f59430d5083e55c86df2462'
'ff0501145d6dc00e61fd8bd153e3bc5a'
- 'f4f205effde8bf6922bcf52bf0c45f79'
- 'fe3fcfcba78208fddc0d213abb7c39e1'
+ '027fe63b2c9d28abbff74064a38fe2bb'
+ '36254f0ca77fb9fe709cbbe2191afa98'
'7e337e7d4e04feb0d7af3d7480e8d4b4'
'729af1ecd46aa43c52f3465fa8a62fb7')
diff --git a/th10-custom.sh b/th10-custom.sh
index c0c8587efde7..dd262443df66 100755
--- a/th10-custom.sh
+++ b/th10-custom.sh
@@ -2,7 +2,7 @@
NAME='th10'
SRC="/usr/share/$NAME"
-DEST="$HOME/.local/share/$NAME"
+DEST="$HOME/.$NAME"
export WINEPREFIX="$DEST/wine"
export WINEDLLOVERRIDES='mscoree,mshtml='
diff --git a/th10.sh b/th10.sh
index 979bceffa6a8..6aa07378b5fa 100755
--- a/th10.sh
+++ b/th10.sh
@@ -2,7 +2,7 @@
NAME='th10'
SRC="/usr/share/$NAME"
-DEST="$HOME/.local/share/$NAME"
+DEST="$HOME/.$NAME"
INST="$DEST/wine/drive_c/Program Files/上海アリス幻樂団/東方風神録体験版/"
export WINEPREFIX="$DEST/wine"