summarylogtreecommitdiffstats
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
parent5242ec7244e79ab53d6473108ccb267c5c815141 (diff)
downloadaur-tagscanner.tar.gz
Bump to 6.1.15
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2952dac7eba..5dae623fe31f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = tagscanner
pkgdesc = Powerful tool for organizing and managing your music collection
- pkgver = 6.1.6
+ pkgver = 6.1.15
pkgrel = 1
url = https://www.xdlab.ru/en/
arch = x86_64
license = custom
depends = wine
source = tagscanner.sh
- source = https://www.xdlab.ru/files/tagscan-6.1.6_x64.zip
+ source = https://www.xdlab.ru/files/tagscan-6.1.15_x64.zip
md5sums = 2a07e489f02b4897ff10f818309101d7
- md5sums = da34c4741e274268cd89704ef1feffbb
+ md5sums = e12c755721592fdbad220b9d199a90c3
pkgname = tagscanner
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d7c807db4be6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+tagscan* \ No newline at end of file
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