summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-06-29 00:05:10 +0200
committerstardust952021-06-29 00:05:10 +0200
commit129026a96bc813a5fbb6f52396ee25a66fb8dede (patch)
tree01119880be4273bf4c2a01b55c38f0bbde463b4c
parentb12a41d185d4603e283556d68670de1a9a55d693 (diff)
downloadaur-129026a96bc813a5fbb6f52396ee25a66fb8dede.tar.gz
Update to 3.60.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc585e6a8e57..5ea994634f41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.56.1
- pkgrel = 2
+ pkgver = 3.60.0
+ pkgrel = 1
url = https://biniou.net
arch = x86_64
license = GPL
@@ -13,10 +13,10 @@ pkgbase = lebiniou
depends = sdl2_ttf
depends = libcaca
depends = ffmpeg
- depends = lebiniou-data>=3.56.0
+ depends = lebiniou-data>=3.60.0
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.56.1/lebiniou-version-3.56.1.tar.gz
- sha256sums = 7a50ed7d8d3779e4da16c9e5803d28324a47beba077bfa2fff434ec833c4773b
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.60.0/lebiniou-version-3.60.0.tar.gz
+ sha256sums = fab53a6360b979e59ba919b78a470db6c3bf374c0849f59fd0e3168ad5302c5e
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index 1f6a182777ee..00bea61bf74d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: stardust95
# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.56.1
-pkgrel=2
+pkgver=3.60.0
+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>=3.56.0' 'ulfius')
+depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data>=3.60.0' 'ulfius')
makedepends=('uglify-js' 'nodejs-clean-css-cli' 'htmlmin')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('7a50ed7d8d3779e4da16c9e5803d28324a47beba077bfa2fff434ec833c4773b')
+sha256sums=('fab53a6360b979e59ba919b78a470db6c3bf374c0849f59fd0e3168ad5302c5e')
build() {
cd "$pkgname-version-$pkgver"