summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952020-12-12 18:49:41 +0100
committerstardust952020-12-12 18:49:41 +0100
commit4361283441034446c7378e6352b669b6f40a37ac (patch)
tree20db8c9b3af56674168f33ad6b498456bd38469d
parenta3d5f7218a55e47b1dcb47cfb137811c64ca72c1 (diff)
downloadaur-4361283441034446c7378e6352b669b6f40a37ac.tar.gz
update to 3.51
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cd997987416..4ce549987430 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.50
- pkgrel = 2
+ pkgver = 3.51
+ pkgrel = 1
url = https://biniou.net/
arch = x86_64
license = GPL
@@ -12,8 +12,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data
depends = libulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.50/lebiniou-version-3.50.tar.gz
- sha256sums = 2104c356c97f0648ab4e2543ef71a2bd78f37af6ee06e2a5357b6b4e0d638d56
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.51/lebiniou-version-3.51.tar.gz
+ sha256sums = 567dfe611d89874e7a5c53f9f6f8584531ca062590fa231271d78d8895d64cc3
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index abfd49a76152..b162bec30c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: stardust95
# Contributor: Namarrgon
pkgname=lebiniou
-pkgver=3.50
-pkgrel=2
+pkgver=3.51
+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 libulfius)
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('2104c356c97f0648ab4e2543ef71a2bd78f37af6ee06e2a5357b6b4e0d638d56')
+sha256sums=('567dfe611d89874e7a5c53f9f6f8584531ca062590fa231271d78d8895d64cc3')
build() {
cd "$pkgname-version-$pkgver"