summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvenoboyo2023-01-08 16:25:23 +0530
committerOvenoboyo2023-01-08 16:25:23 +0530
commitbc6ad4303fdbc2713e4a8dbd28cd64df4b3858b8 (patch)
tree28fbc1d9002e832332fc67e0096947f6f8710c80
parent85286277fb911d27e602a2c34fa796ab2e7a191b (diff)
downloadaur-bc6ad4303fdbc2713e4a8dbd28cd64df4b3858b8.tar.gz
Fix depends syntax
Signed-off-by: Ovenoboyo <ovenoboyo@gmail.com>
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20917e23a2d0..0c70716d3e9d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = moosync
pkgdesc = A simple music player
pkgver = 7.0.0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/Moosync/Moosync
arch = any
license = GPL3
- makedepends = nvm
makedepends = yarn
makedepends = node-gyp
+ makedepends = cargo
depends = electron
depends = libvips
+ depends = alsa
provides = moosync
source = moosync-7.0.0-prebuilt.tar::https://github.com/Moosync/Moosync/releases/download/v7.0.0/Moosync-7.0.0-linux-x64.pacman
source = moosync-7.0.0.tar::https://github.com/Moosync/Moosync/archive/v7.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 272158a97d14..37fa6628fe28 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=moosync
pkgver=7.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='A simple music player'
arch=('any')
url='https://github.com/Moosync/Moosync'
license=('GPL3')
provides=("${pkgname}")
-depends=('electron' 'libvips', 'alsa')
-makedepends=('yarn' 'node-gyp', 'cargo')
+depends=('electron' 'libvips' 'alsa')
+makedepends=('yarn' 'node-gyp' 'cargo')
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 builder-args.sh)
sha256sums=('0caeff0625c6a3a911ee471fc00fd7cc82998312652a223116cbd85d27001849'
'a0707852a076771f61238ee8bc65483a7495caa60075cd10bace56a1d7be24e5'