summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-05-02 00:36:36 +0200
committerstardust952021-05-02 00:36:36 +0200
commitb5843b571d0732811fa76a1eef8ef9787639a413 (patch)
tree5ea88403aa3baa0938f3236f14284c469be2c6df
parentfb4477225e8f2af1f3eec041a3c5277581021444 (diff)
downloadaur-b5843b571d0732811fa76a1eef8ef9787639a413.tar.gz
Update to 3.56.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1411d6d8efdf..a97e90ec1222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.55.0
+ pkgver = 3.56.0
pkgrel = 1
url = https://biniou.net
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.55.0/lebiniou-version-3.55.0.tar.gz
- sha256sums = 9d4756704e32738886003d64993177453fd5dd6949a8142b9e24395ca0ad5135
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.56.0/lebiniou-version-3.56.0.tar.gz
+ sha256sums = ad25dc83ece29a1e1dbd6c84626bd69bbac8d7eac1a4fe4487a829ab27456955
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index f288e3cbda9c..c2a78ac671ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: stardust95
# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.55.0
+pkgver=3.56.0
pkgrel=1
pkgdesc="A tool to create images from sound"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data' 'ulfius')
makedepends=('uglify-js' 'nodejs-clean-css-cli' 'htmlmin')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('9d4756704e32738886003d64993177453fd5dd6949a8142b9e24395ca0ad5135')
+sha256sums=('ad25dc83ece29a1e1dbd6c84626bd69bbac8d7eac1a4fe4487a829ab27456955')
build() {
cd "$pkgname-version-$pkgver"