summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952020-11-04 18:44:50 +0100
committerstardust952020-11-04 18:44:50 +0100
commita3d5f7218a55e47b1dcb47cfb137811c64ca72c1 (patch)
tree34cf1cf5e44bc54bc6fd945782d912b7df15a6ae
parentfd3caac5744c4319f8fa9d9944e88ca3386c48a9 (diff)
downloadaur-a3d5f7218a55e47b1dcb47cfb137811c64ca72c1.tar.gz
Add libulfius depedency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c6fec0a0a9e..0cd997987416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
pkgver = 3.50
- pkgrel = 1
+ pkgrel = 2
url = https://biniou.net/
arch = x86_64
license = GPL
@@ -11,6 +11,7 @@ pkgbase = lebiniou
depends = libcaca
depends = ffmpeg
depends = lebiniou-data
+ depends = libulfius
source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.50/lebiniou-version-3.50.tar.gz
sha256sums = 2104c356c97f0648ab4e2543ef71a2bd78f37af6ee06e2a5357b6b4e0d638d56
diff --git a/PKGBUILD b/PKGBUILD
index 1cd4a9632ca6..abfd49a76152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Namarrgon
pkgname=lebiniou
pkgver=3.50
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to create images from sound"
arch=(x86_64)
url="https://biniou.net/"
license=('GPL')
-depends=(libmagick6 fftw sdl2_ttf libcaca ffmpeg lebiniou-data)
+depends=(libmagick6 fftw sdl2_ttf libcaca ffmpeg lebiniou-data libulfius)
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
sha256sums=('2104c356c97f0648ab4e2543ef71a2bd78f37af6ee06e2a5357b6b4e0d638d56')