summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFalk Höppner2020-12-10 19:20:21 +0100
committerFalk Höppner2020-12-10 19:20:21 +0100
commitfa69d00d734bae3222bfc16d8c80892b866e5bbe (patch)
tree62e908d27864e47d3495e8da811aa30b85295c3d
parent64f6f1646e11eb390e5341409833fd3fa748de4b (diff)
downloadaur-fa69d00d734bae3222bfc16d8c80892b866e5bbe.tar.gz
Fix path in post install script
-rw-r--r--PKGBUILD4
-rw-r--r--qbittorrent-vuetorrent.install2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c339fc9c006..92275ed67a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qbittorrent-vuetorrent-bin
pkgver=0.4.6
-pkgrel=1
+pkgrel=2
pkgdesc='A modern looking WebUI for qBittorrent, made with VueJS and ExpressJS'
arch=(any)
url='https://github.com/WDaan/VueTorrent'
@@ -16,7 +16,7 @@ source=(
"https://github.com/WDaan/VueTorrent/releases/download/$pkgver/release.zip"
qbittorrent-vuetorrent.install)
md5sums=('5aa51091616bd3a11795b35d96bdbcf5'
- '96ce85f1cb499e33f788bd9726873231')
+ '019ab0089790fb7a631e7b8016cfded8')
package() {
cd "$srcdir/vuetorrent"
diff --git a/qbittorrent-vuetorrent.install b/qbittorrent-vuetorrent.install
index 8753b5af78e3..04af4b97b2bb 100644
--- a/qbittorrent-vuetorrent.install
+++ b/qbittorrent-vuetorrent.install
@@ -1,6 +1,6 @@
post_install() {
cat << EOF
>>> Make sure to enable 'Use alternative Web UI' in qBittorrent under Preferences->Web UI.
->>> Set 'File location' to /usr/share/qbittorrent-vuetorrent.
+>>> Set 'File location' to /usr/share/qbittorrent-vuetorrent-bin.
EOF
}