summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Sanin2023-01-20 19:18:22 -0600
committerCory Sanin2023-01-20 19:18:22 -0600
commite1b53113cdb34b3ccfa8fdd5759915786dedb2a8 (patch)
tree3b95cdf586c27e01c8f9cfce31bcc7e25b452c52
parent7cc928f66b559e8fa817c08880a165d139f04523 (diff)
downloadaur-e1b53113cdb34b3ccfa8fdd5759915786dedb2a8.tar.gz
upgpkg: moonscraper-chart-editor-bin 1.5.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afe9c13d1330..3c7adc915793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonscraper-chart-editor-bin
pkgdesc = Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games.
- pkgver = 1.4.4
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/FireFox2000000/Moonscraper-Chart-Editor
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = moonscraper-chart-editor-bin
provides = moonscraper-chart-editor
conflicts = moonscraper-chart-editor
options = !strip
- source = moonscraper.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.4.4/Moonscraper.Chart.Editor.v1.4.4.Linux.Universal.tar.gz
- source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.4.4/aur/moonscraper-chart-editor.desktop
- source = https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.4.4/LICENSE
- sha1sums = 415ba70a39e4aff967f721387570dffbe1af8164
+ source = moonscraper.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.5.0/Moonscraper.Chart.Editor.v1.5.0.Linux.Universal.tar.gz
+ source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.0/aur/moonscraper-chart-editor.desktop
+ source = LICENSE::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.0/LICENSE
+ sha1sums = b224f1fb532016a5e10c8756c1fd85f16c51186b
sha1sums = e4c64c84730ee05b26e521537fc09fa82925fe72
sha1sums = 2d61750d08d43082718a1548810f76be186a9030
diff --git a/PKGBUILD b/PKGBUILD
index 194265a30950..d30420539c23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=moonscraper-chart-editor
pkgname=${_pkgname}-bin
pkgdesc="Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games."
-pkgver=1.4.4
+pkgver=1.5.0
pkgrel=1
provides=("$_pkgname")
conflicts=("$_pkgname")
@@ -12,10 +12,10 @@ arch=("x86_64"
"i686")
license=("BSD-3-Clause")
_commit="$pkgver"
-source=("moonscraper.tar.gz"::"https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.4.4/Moonscraper.Chart.Editor.v1.4.4.Linux.Universal.tar.gz"
+source=("moonscraper.tar.gz"::"https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/$pkgver/Moonscraper.Chart.Editor.v$pkgver.Linux.Universal.tar.gz"
"$_pkgname.desktop"::"https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/aur/moonscraper-chart-editor.desktop"
- "https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/LICENSE")
-sha1sums=('415ba70a39e4aff967f721387570dffbe1af8164'
+ "LICENSE"::"https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/LICENSE")
+sha1sums=('b224f1fb532016a5e10c8756c1fd85f16c51186b'
'e4c64c84730ee05b26e521537fc09fa82925fe72'
'2d61750d08d43082718a1548810f76be186a9030')
options=(!strip)