summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-01-29 22:45:02 +0100
committerstardust952021-01-29 22:45:02 +0100
commit0e0656c06e963a55efbb3e4683668969d70cd920 (patch)
tree70f2f125fe5679a1ae5b840f44e8a6ae8eb39e2f
parenta7859259c994140c52a927a93f89c36c158bd9ef (diff)
downloadaur-0e0656c06e963a55efbb3e4683668969d70cd920.tar.gz
Update to 3.53.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0bdb534db35..f21a726ab69a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.53.2
+ pkgver = 3.53.3
pkgrel = 1
url = https://biniou.net
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.53.2/lebiniou-version-3.53.2.tar.gz
- sha256sums = e5bc90c675035e6747b7ecfe242167e50cad07dd79717132af000887149a41ad
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.53.3/lebiniou-version-3.53.3.tar.gz
+ sha256sums = 5f063445ce0e318518ab645729d236ffe92395a726426773361e17d8e04a6e6f
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index 1a64066ca26e..22b43de1216b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: stardust95
# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.53.2
+pkgver=3.53.3
pkgrel=1
pkgdesc="A tool to create images from sound"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://biniou.net"
license=('GPL')
depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data' 'ulfius')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('e5bc90c675035e6747b7ecfe242167e50cad07dd79717132af000887149a41ad')
+sha256sums=('5f063445ce0e318518ab645729d236ffe92395a726426773361e17d8e04a6e6f')
build() {
cd "$pkgname-version-$pkgver"