summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952020-08-10 19:36:17 +0200
committerstardust952020-08-10 19:36:17 +0200
commit957ff70ce2b65b418e9dd2fc58d7134fa7d32620 (patch)
treea101b5dc8a8437f2f22e7e1b9fc5e85da220ae75
parentca736aec2badd7bcd04083a7efa44830da6c47ae (diff)
downloadaur-957ff70ce2b65b418e9dd2fc58d7134fa7d32620.tar.gz
update to 3.43
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c164c9244ffd..444290dcb730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.42.1
+ pkgver = 3.43
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.42.1/lebiniou-version-3.42.1.tar.gz
- sha256sums = 8398bf56ee3973472772f06ce51bcf551c617d9c959bfda8147f09863da452f5
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.43/lebiniou-version-3.43.tar.gz
+ sha256sums = 5da807992bcde951f827cf60848989bd687425ec638f67bb211609260c0b3074
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index 27212b8d683f..cec7568fd0ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: stardust95
# Contributor: Namarrgon
pkgname=lebiniou
-pkgver=3.42.1
+pkgver=3.43
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=('8398bf56ee3973472772f06ce51bcf551c617d9c959bfda8147f09863da452f5')
+sha256sums=('5da807992bcde951f827cf60848989bd687425ec638f67bb211609260c0b3074')
build() {
cd "$pkgname-version-$pkgver"