summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952020-11-01 12:33:42 +0100
committerstardust952020-11-01 12:33:42 +0100
commitfd3caac5744c4319f8fa9d9944e88ca3386c48a9 (patch)
tree1d7fd106a8402f4e699a9b727ab9d37884e8136b
parent957ff70ce2b65b418e9dd2fc58d7134fa7d32620 (diff)
downloadaur-fd3caac5744c4319f8fa9d9944e88ca3386c48a9.tar.gz
update to 3.50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444290dcb730..1c6fec0a0a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.43
+ pkgver = 3.50
pkgrel = 1
url = https://biniou.net/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = lebiniou
depends = libcaca
depends = ffmpeg
depends = lebiniou-data
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.43/lebiniou-version-3.43.tar.gz
- sha256sums = 5da807992bcde951f827cf60848989bd687425ec638f67bb211609260c0b3074
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.50/lebiniou-version-3.50.tar.gz
+ sha256sums = 2104c356c97f0648ab4e2543ef71a2bd78f37af6ee06e2a5357b6b4e0d638d56
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index cec7568fd0ea..1cd4a9632ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: stardust95
# Contributor: Namarrgon
pkgname=lebiniou
-pkgver=3.43
+pkgver=3.50
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)
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('5da807992bcde951f827cf60848989bd687425ec638f67bb211609260c0b3074')
+sha256sums=('2104c356c97f0648ab4e2543ef71a2bd78f37af6ee06e2a5357b6b4e0d638d56')
build() {
cd "$pkgname-version-$pkgver"