summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Mitchell2023-07-06 13:55:01 +0100
committerBen Mitchell2023-07-06 13:55:01 +0100
commitf27711d8364db06fc7a681d95d059f9b1c0c5d29 (patch)
treec910800c02a97228b91fcb86c07f1a84c80ebc7f
parentf3283581bcba898873095d9e25701567ca6696f3 (diff)
downloadaur-f27711d8364db06fc7a681d95d059f9b1c0c5d29.tar.gz
Fix various issues
co-authored-by: samuel.collins@live.co.uk co-authored-by: thebudget72@gmail.com
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3559a0d09a57..936efae2d23a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = muse-hub-bin
pkgdesc = Manage MuseScore Libraries.
pkgver = 1.0.1.451
- pkgrel = 2
+ pkgrel = 3
install = muse-hub-bin.install
arch = x86_64
provides = muse-hub
options = !strip
options = emptydirs
- source = https://pub-c7a32e5b5d834ec9aeef400105452a42.r2.dev/Muse_Hub.deb
+ source = muse-hub-1.0.1.451-3.deb::https://muse-cdn.com/Muse_Hub.deb
source = muse-hub.service
source = muse-hub.desktop
sha512sums = a536bec895bfae4c29c13ab6359c0f35b6e94dd1a59dc9f0a0525244ca65a61452f3d7d8bc02f18a32b1e5493b9fd98734daeba93cdeea0f66fd12039fb69bbc
diff --git a/PKGBUILD b/PKGBUILD
index df0230beb2c6..34bb258fea6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Ben Mitchell (bjosephmitchell@gmail.com)
+# Maintainer: Ben "crispyrice" Mitchell (bjosephmitchell@gmail.com)
pkgname=muse-hub-bin
pkgver=1.0.1.451
-pkgrel=2
+pkgrel=3
pkgdesc="Manage MuseScore Libraries."
arch=('x86_64')
url=""
@@ -11,7 +11,7 @@ groups=()
depends=()
options=('!strip' 'emptydirs')
install=${pkgname}.install
-source=("https://pub-c7a32e5b5d834ec9aeef400105452a42.r2.dev/Muse_Hub.deb" "muse-hub.service" "muse-hub.desktop")
+source=("muse-hub-$pkgver-$pkgrel.deb::https://muse-cdn.com/Muse_Hub.deb" "muse-hub.service" "muse-hub.desktop")
sha512sums=(
'a536bec895bfae4c29c13ab6359c0f35b6e94dd1a59dc9f0a0525244ca65a61452f3d7d8bc02f18a32b1e5493b9fd98734daeba93cdeea0f66fd12039fb69bbc'
'f7394926b8f8034b45363dc36c5b6e61d9896ae6bdac336bdfdc525df6c161bd95b55bb73ddc483b83900eb748b47336f1d1e2ccc20a6722d8f5c20fa2a65abc'
@@ -24,8 +24,8 @@ package(){
install -Dm644 muse-hub.service "${pkgdir}/usr/lib/systemd/system/muse-hub.service"
install -Dm644 muse-hub.desktop "${pkgdir}/usr/share/applications/muse-hub.desktop"
- # Make sure directory used by Muse Hub and MuseScore has been created
- # so we can bind it into a temporary filesystem for the service
- mkdir -p "${pkgdir}/srv/muse-hub"
- mkdir -p "${pkgdir}/var/lib/MuseSampler"
+ # Make sure directory used by Muse Hub and MuseScore has been created
+ # so we can bind it into a temporary filesystem for the service
+ mkdir -p "${pkgdir}/srv/muse-hub"
+ mkdir -p "${pkgdir}/var/lib/MuseSampler"
}