summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvenoboyo2023-01-08 16:27:11 +0530
committerOvenoboyo2023-01-08 16:27:11 +0530
commiteb96b4035817e8a03840da4a15ebc5aac2b3d34f (patch)
treece7924926881652649584ed28d8f2fff88f58adf
parentbc6ad4303fdbc2713e4a8dbd28cd64df4b3858b8 (diff)
downloadaur-eb96b4035817e8a03840da4a15ebc5aac2b3d34f.tar.gz
Depend on alsa-lib
Signed-off-by: Ovenoboyo <ovenoboyo@gmail.com>
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c70716d3e9d..b0525f3721e9 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = moosync
makedepends = cargo
depends = electron
depends = libvips
- depends = alsa
+ depends = alsa-lib
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 37fa6628fe28..eca566bb9b97 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://github.com/Moosync/Moosync'
license=('GPL3')
provides=("${pkgname}")
-depends=('electron' 'libvips' 'alsa')
+depends=('electron' 'libvips' 'alsa-lib')
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'