summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Sanin2023-07-22 11:32:59 -0500
committerCory Sanin2023-07-22 11:32:59 -0500
commit1ca86514aa392a9cc39ba0c20667e94fb0b358c7 (patch)
tree912035823d28744687e1dbb03229e076e7f1a91e
parentf81f8f0947d23b86732f23c4a8f1efb4e3443759 (diff)
downloadaur-1ca86514aa392a9cc39ba0c20667e94fb0b358c7.tar.gz
upgpkg: moonscraper-chart-editor-bin 1.5.2-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce3880526c2..7c156bada969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moonscraper-chart-editor-bin
pkgdesc = Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games.
- pkgver = 1.5.1
- pkgrel = 2
+ pkgver = 1.5.2
+ pkgrel = 1
url = https://github.com/FireFox2000000/Moonscraper-Chart-Editor
arch = x86_64
arch = i686
@@ -9,10 +9,10 @@ pkgbase = moonscraper-chart-editor-bin
provides = moonscraper-chart-editor
conflicts = moonscraper-chart-editor
options = !strip
- source = moonscraper-1.5.1.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.5.1/Moonscraper.Chart.Editor.v1.5.1.Linux.Universal.tar.gz
- source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.1/aur/moonscraper-chart-editor.desktop
- source = LICENSE::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.1/LICENSE
- sha1sums = ff86e1e15a1c3e3e9af08d099c4062379f5791a4
+ source = moonscraper-1.5.2.tar.gz::https://github.com/FireFox2000000/Moonscraper-Chart-Editor/releases/download/1.5.2/Moonscraper.Chart.Editor.v1.5.2.Linux.Universal.tar.gz
+ source = moonscraper-chart-editor.desktop::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.2/aur/moonscraper-chart-editor.desktop
+ source = LICENSE::https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/1.5.2/LICENSE
+ sha1sums = c04a68ea644dbd7425129685c18a4d77b9e75ab4
sha1sums = e4c64c84730ee05b26e521537fc09fa82925fe72
sha1sums = 2d61750d08d43082718a1548810f76be186a9030
diff --git a/PKGBUILD b/PKGBUILD
index 6c2046163a65..066c7b822757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=moonscraper-chart-editor
pkgname=${_pkgname}-bin
pkgdesc="Moonscraper Chart Editor is a song editor for Guitar Hero style rhythm games."
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
provides=("$_pkgname")
conflicts=("$_pkgname")
url="https://github.com/FireFox2000000/Moonscraper-Chart-Editor"
@@ -15,7 +15,7 @@ _commit="$pkgver"
source=("moonscraper-$pkgver.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"
"LICENSE"::"https://raw.githubusercontent.com/FireFox2000000/Moonscraper-Chart-Editor/$_commit/LICENSE")
-sha1sums=('ff86e1e15a1c3e3e9af08d099c4062379f5791a4'
+sha1sums=('c04a68ea644dbd7425129685c18a4d77b9e75ab4'
'e4c64c84730ee05b26e521537fc09fa82925fe72'
'2d61750d08d43082718a1548810f76be186a9030')
options=(!strip)