summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 961244b08212..b61214d912f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
-# Generated by makepkg 6.0.1
-# Fri Oct 7 15:32:28 UTC 2022
+# Generated by makepkg 6.0.2
+# Mon Dec 12 13:41:31 UTC 2022
pkgbase = goodvibes
pkgdesc = Lightweight internet radio player
pkgver = 0.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/goodvibes/goodvibes
arch = i686
arch = x86_64
license = GPL
makedepends = meson
depends = libkeybinder3
+ depends = libsoup
depends = gst-plugins-base
depends = gst-plugins-bad
depends = gst-plugins-good
diff --git a/PKGBUILD b/PKGBUILD
index 1ee954bed1b3..a5ba491e0bab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=goodvibes
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight internet radio player"
arch=('i686' 'x86_64')
url="https://gitlab.com/goodvibes/goodvibes"
license=('GPL')
-depends=("libkeybinder3" "gst-plugins-base" "gst-plugins-bad" "gst-plugins-good" "gst-plugins-ugly")
+depends=("libkeybinder3" "libsoup" "gst-plugins-base" "gst-plugins-bad" "gst-plugins-good" "gst-plugins-ugly")
makedepends=("meson")
source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
sha256sums=('7eb5a3a735326f4e74d54c1d59a546e6a5ed8e8c009393b530191281e8e4237c')