summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSahil Gupte2022-05-27 01:10:49 +0530
committerSahil Gupte2022-05-27 01:10:49 +0530
commit6649570ae2101440f9cc416524be9335b9efb8c9 (patch)
treeaddfd9fc9276970376c2188f8ca83fa93ef76d17
parent51f124a2de392526e4832d3ec4efe62c3ded3b65 (diff)
downloadaur-6649570ae2101440f9cc416524be9335b9efb8c9.tar.gz
Bump to 3.0.0
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b989660fe54..ed0c0a798147 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moosync
pkgdesc = A simple music player
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/Moosync/Moosync
arch = any
license = GPL3
@@ -10,12 +10,12 @@ pkgbase = moosync
depends = electron
depends = libvips
provides = moosync
- source = moosync-2.1.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v2.1.0/Moosync-2.1.0-linux-x64.pacman
- source = moosync-2.1.0.tar::https://github.com/Moosync/Moosync/archive/v2.1.0.tar.gz
+ source = moosync-3.0.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v3.0.0/Moosync-3.0.0-linux-x64.pacman
+ source = moosync-3.0.0.tar::https://github.com/Moosync/Moosync/archive/v3.0.0.tar.gz
source = moosync
source = moosync.desktop
- sha256sums = eebdd3f053032dfb786422ec42ab2a2ab8a82938a6dbde7205d196fd3c080ab9
- sha256sums = 51144d479e4bb695a36276001cd132003954096c1e71aa2c1336da2b4eeb76ad
+ sha256sums = 07f2cc90c15ee42ab47f98e3e0a7c6f5c22ebfcaed95750e09062cf27a316b43
+ sha256sums = bf310f9a14979f83740e0ed07d94e61f44c171a77864227806c7b4481d5c8609
sha256sums = 36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba
sha256sums = 4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd
diff --git a/PKGBUILD b/PKGBUILD
index 2950b8bf9600..0d71b29256e7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sahil Gupte <ovenoboyo@gmail.com>
pkgname=moosync
-pkgver=2.1.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc='A simple music player'
arch=('any')
url='https://github.com/Moosync/Moosync'
@@ -11,8 +11,8 @@ provides=("${pkgname}")
depends=('electron' 'libvips')
makedepends=('nodejs-lts-gallium' 'yarn')
source=("${pkgname}-${pkgver}-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v${pkgver}/Moosync-${pkgver}-linux-x64.pacman" "${pkgname}-${pkgver}.tar::https://github.com/Moosync/Moosync/archive/v${pkgver}.tar.gz" moosync moosync.desktop)
-sha256sums=('eebdd3f053032dfb786422ec42ab2a2ab8a82938a6dbde7205d196fd3c080ab9'
- '51144d479e4bb695a36276001cd132003954096c1e71aa2c1336da2b4eeb76ad'
+sha256sums=('07f2cc90c15ee42ab47f98e3e0a7c6f5c22ebfcaed95750e09062cf27a316b43'
+ 'bf310f9a14979f83740e0ed07d94e61f44c171a77864227806c7b4481d5c8609'
'36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba'
'4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd')
_sourcedirectory="Moosync-$pkgver"