summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvenoboyo2022-09-02 11:54:15 +0530
committerOvenoboyo2022-09-02 11:54:15 +0530
commitc726c221a643478f8c6d92d8dc079c7550efaa21 (patch)
treef39423fa5613b74097b82851060dae1ff1a19889
parente55ae886df6fc8be61ad6cbe226abf68d4a943c8 (diff)
downloadaur-c726c221a643478f8c6d92d8dc079c7550efaa21.tar.gz
Revert "Bump to 5.0.0"
This reverts commit eb8738cca27e8cca866df1ed490372e0a70db5f9.
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25abbc4924b3..7a244acd0d70 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moosync
pkgdesc = A simple music player
- pkgver = 5.0.0
- pkgrel = 2
+ pkgver = 4.0.0
+ pkgrel = 1
url = https://github.com/Moosync/Moosync
arch = any
license = GPL3
@@ -11,12 +11,12 @@ pkgbase = moosync
depends = electron
depends = libvips
provides = moosync
- source = moosync-5.0.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v5.0.0/Moosync-5.0.0-linux-x64.pacman
- source = moosync-5.0.0.tar::https://github.com/Moosync/Moosync/archive/v5.0.0.tar.gz
+ source = moosync-4.0.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v4.0.0/Moosync-4.0.0-linux-x64.pacman
+ source = moosync-4.0.0.tar::https://github.com/Moosync/Moosync/archive/v4.0.0.tar.gz
source = moosync
source = moosync.desktop
- sha256sums = c0e2cddb27fbbbf1e3b690bca0c613b306fd546d2935e5f0b9a1b0655ea81a5e
- sha256sums = 0c3e08271ebb237778e8411cc716805483f51df1713d0cdc67fecfd8001d95f5
+ sha256sums = 050fff53533d69d9a3acfa352f8ea13d5e4cd234bf5d5ccd3f772ba369b792f7
+ sha256sums = 05159a47bc86d7f4957302ef64a3050613067e039ffa722ba4abb08eff936178
sha256sums = 36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba
sha256sums = 4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd
diff --git a/PKGBUILD b/PKGBUILD
index f3d1177cb4ee..b04ed0d1d14c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sahil Gupte <ovenoboyo@gmail.com>
pkgname=moosync
-pkgver=5.0.0
-pkgrel=2
+pkgver=4.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' 'yarn' 'node-gyp')
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=('c0e2cddb27fbbbf1e3b690bca0c613b306fd546d2935e5f0b9a1b0655ea81a5e'
- '0c3e08271ebb237778e8411cc716805483f51df1713d0cdc67fecfd8001d95f5'
+sha256sums=('050fff53533d69d9a3acfa352f8ea13d5e4cd234bf5d5ccd3f772ba369b792f7'
+ '05159a47bc86d7f4957302ef64a3050613067e039ffa722ba4abb08eff936178'
'36867efee6f9a491e64979ed329ce87f2136da2afcce4c9ef5696a9f2538d9ba'
'4b63fa17717239db8a87ebeae1fdd96c5318b71d7d851d6c5a4f337793d3fecd')
_sourcedirectory="Moosync-$pkgver"