summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b278bf5e0d1b..40a6e768e452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
# Contributor: Falk Höppner <falk hoppner se>
pkgname=qbittorrent-vuetorrent-bin
+_pkgname=vuetorrent
pkgver=0.15.2
pkgrel=1
pkgdesc='The sleekest looking WebUI for qBittorrent made with Vue.js!'
@@ -13,11 +14,8 @@ optdepends=(
'qbittorrent-nox: for use with qbittorrent-nox'
)
install=qbittorrent-vuetorrent.install
-source=(
- "https://github.com/WDaan/VueTorrent/releases/download/v$pkgver/vuetorrent.zip"
- qbittorrent-vuetorrent.install)
-sha512sums=('29c482df8e4c42fbb54786c7b4236617384cf36fcb4213d3608a20ae2d7f4521a0dd48a2593a80ae299b1ab0a1550c58f34eadb72af8fb3d97e2aff3dd0c5664'
- 'a52cd1793dc31b9a6fc95bfb9378eb9508c1ff2c79107d4d774823d35c0e9befbc8c86a97de023ff7939abeb2ce5511ff9183924658cbf88837db8ef7f2962cf')
+source=("${_pkgname}-$pkgver.zip::https://github.com/WDaan/VueTorrent/releases/download/v$pkgver/${_pkgname}.zip")
+sha512sums=('29c482df8e4c42fbb54786c7b4236617384cf36fcb4213d3608a20ae2d7f4521a0dd48a2593a80ae299b1ab0a1550c58f34eadb72af8fb3d97e2aff3dd0c5664')
package() {
cd "$srcdir/vuetorrent"