summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-01-20 23:42:51 +0100
committerstardust952021-01-20 23:42:51 +0100
commita7859259c994140c52a927a93f89c36c158bd9ef (patch)
treefa1ba2b74c2a718b8d835c300c027f149c46f616
parent6b0ecf2ea3452e6d39631567e9dcdeeea5047ddb (diff)
downloadaur-a7859259c994140c52a927a93f89c36c158bd9ef.tar.gz
Update to 3.53.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66911be217bd..c0bdb534db35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.53.0
- pkgrel = 2
+ pkgver = 3.53.2
+ pkgrel = 1
url = https://biniou.net
arch = x86_64
license = GPL
@@ -12,8 +12,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.53.0/lebiniou-version-3.53.0.tar.gz
- sha256sums = a048c4482629ac6c65f3ecedbd2c32fb5e80b69c020c4633c7becc33444e43e1
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.53.2/lebiniou-version-3.53.2.tar.gz
+ sha256sums = e5bc90c675035e6747b7ecfe242167e50cad07dd79717132af000887149a41ad
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index 38d8c1efbf9c..1a64066ca26e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: stardust95
# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.53.0
-pkgrel=2
+pkgver=3.53.2
+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')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('a048c4482629ac6c65f3ecedbd2c32fb5e80b69c020c4633c7becc33444e43e1')
+sha256sums=('e5bc90c675035e6747b7ecfe242167e50cad07dd79717132af000887149a41ad')
build() {
cd "$pkgname-version-$pkgver"