summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-05-02 20:01:03 +0200
committerstardust952021-05-02 20:01:03 +0200
commit6f97c842e6993a4a1c9286823ae2e6b7c1e244c6 (patch)
tree86a8fe6c2d88e103ff9e1fccae8b969789d933c8
parentb5843b571d0732811fa76a1eef8ef9787639a413 (diff)
downloadaur-6f97c842e6993a4a1c9286823ae2e6b7c1e244c6.tar.gz
Update to 3.56.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97e90ec1222..4f43e65032cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.56.0
+ pkgver = 3.56.1
pkgrel = 1
url = https://biniou.net
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = lebiniou
depends = sdl2_ttf
depends = libcaca
depends = ffmpeg
- depends = lebiniou-data
+ depends = lebiniou-data>=3.56.0
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.56.0/lebiniou-version-3.56.0.tar.gz
- sha256sums = ad25dc83ece29a1e1dbd6c84626bd69bbac8d7eac1a4fe4487a829ab27456955
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.56.1/lebiniou-version-3.56.1.tar.gz
+ sha256sums = be9533793c6e20186cb5b4d419f15e55a46d3e257140670157de2bde0a06c8ff
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index c2a78ac671ba..e4877cce9ca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: stardust95
# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.56.0
+pkgver=3.56.1
pkgrel=1
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' 'ulfius')
+depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data>=3.56.0' 'ulfius')
makedepends=('uglify-js' 'nodejs-clean-css-cli' 'htmlmin')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('ad25dc83ece29a1e1dbd6c84626bd69bbac8d7eac1a4fe4487a829ab27456955')
+sha256sums=('be9533793c6e20186cb5b4d419f15e55a46d3e257140670157de2bde0a06c8ff')
build() {
cd "$pkgname-version-$pkgver"