summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo-Guilbert2023-06-27 09:23:56 -0400
committerGabriel-Andrew Pollo-Guilbert2023-06-27 09:23:56 -0400
commit07836a76e1f03f0e80387b0c687ae73a7da7a25c (patch)
tree190e4f1cf5eef66a68b58bb0cabf8160323aed78 /PKGBUILD
parent5242ec7244e79ab53d6473108ccb267c5c815141 (diff)
downloadaur-tagscanner.tar.gz
Bump to 6.1.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f3ccd2bec51..cc3c66ae66e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# of wine running TagScanner, the is default '~/.wine-tagscanner'.
pkgname=tagscanner
-pkgver=6.1.6
+pkgver=6.1.15
pkgrel=1
pkgdesc='Powerful tool for organizing and managing your music collection'
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('wine')
source=('tagscanner.sh'
"https://www.xdlab.ru/files/tagscan-${pkgver}_x64.zip")
md5sums=('2a07e489f02b4897ff10f818309101d7'
- 'da34c4741e274268cd89704ef1feffbb')
+ 'e12c755721592fdbad220b9d199a90c3')
package() {
mkdir -p "${pkgdir}/opt/tagscanner/"
@@ -29,7 +29,7 @@ package() {
sed -i 's#${REPLACE_WINEARCH}#win64#g' "${pkgdir}/usr/bin/tagscanner"
if [[ -z "$TAGSCANNER_WINEPREFIX" ]]; then
- sed -i "s#\${REPLACE_WINEPREFIX}#~/.wine-tagscanner#g" "${pkgdir}/usr/bin/tagscanner"
+ sed -i "s#\${REPLACE_WINEPREFIX}#\$HOME/.wine-tagscanner#g" "${pkgdir}/usr/bin/tagscanner"
else
sed -i "s#\${REPLACE_WINEPREFIX}#${TAGSCANNER_WINEPREFIX}#g" "${pkgdir}/usr/bin/tagscanner"
fi