summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraliu2023-12-04 15:01:47 -0500
committeraliu2023-12-04 15:01:47 -0500
commit7cfcf5467fe5e13feef4e801607f39dc871b8d3d (patch)
tree3fc4623b2648d89e32679bb5f044fdc7eb23a213
parentc8dd8524bfabe471cdc2aab3c93817f0049a3b2c (diff)
downloadaur-7cfcf5467fe5e13feef4e801607f39dc871b8d3d.tar.gz
automatically rename downloaded deb to avoid upgrading conflicts (no pkgrel bump as this isn't critical for old installs)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b95e132337..74c9e7edab84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = muse-hub-bin
pkgdesc = Manage Muse Group apps, mostly MuseScore soundpacks
pkgver = 1.0.1.451
- pkgrel = 4
+ pkgrel = 5
url = https://www.musehub.com/
install = muse-hub-bin.install
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = muse-hub-bin
provides = muse-hub
options = !strip
options = emptydirs
- source = https://muse-cdn.com/Muse_Hub.deb
+ source = muse-hub-bin-1.0.1.451.deb::https://muse-cdn.com/Muse_Hub.deb
source = muse-hub.service
source = LICENSE
sha256sums = 0896fd96d72cb18102c2436794caffadd67382d5377b84468a514601847cc3e9
diff --git a/PKGBUILD b/PKGBUILD
index ac115a56e1bb..fa23a54d237d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
-# Maintainer: Ben "crispyrice" Mitchell (bjosephmitchell@gmail.com)
+# Contributor: Ben "crispyrice" Mitchell (bjosephmitchell@gmail.com)
# Maintainer: aliu (aaronliu0130 at gmail dot com)
+# Contributor: Chris Morgan (me @ chrismorgan . info )
pkgname=muse-hub-bin
pkgver=1.0.1.451
pkgrel=4
@@ -11,7 +12,7 @@ depends=()
license=(custom:muse-hub)
options=('!strip' 'emptydirs')
install=${pkgname}.install
-source=('https://muse-cdn.com/Muse_Hub.deb' 'muse-hub.service' 'LICENSE')
+source=("$pkgname-$pkgver.deb::https://muse-cdn.com/Muse_Hub.deb" 'muse-hub.service' 'LICENSE')
sha256sums=(
'0896fd96d72cb18102c2436794caffadd67382d5377b84468a514601847cc3e9'
'd9ebfcb44599bd9f5ca7d8473639f611df8a07fcf233813e6b0aa3f2bccbb961'