summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-05-03 00:53:03 +0200
committerstardust952021-05-03 00:53:03 +0200
commitb12a41d185d4603e283556d68670de1a9a55d693 (patch)
tree3e85302cb26bb8d348797617a9e7a9b9cfa133cb
parent6f97c842e6993a4a1c9286823ae2e6b7c1e244c6 (diff)
downloadaur-b12a41d185d4603e283556d68670de1a9a55d693.tar.gz
Updated again to new 3.56.1 commits
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f43e65032cf..dc585e6a8e57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
pkgver = 3.56.1
- pkgrel = 1
+ pkgrel = 2
url = https://biniou.net
arch = x86_64
license = GPL
@@ -16,7 +16,7 @@ pkgbase = lebiniou
depends = lebiniou-data>=3.56.0
depends = ulfius
source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.56.1/lebiniou-version-3.56.1.tar.gz
- sha256sums = be9533793c6e20186cb5b4d419f15e55a46d3e257140670157de2bde0a06c8ff
+ sha256sums = 7a50ed7d8d3779e4da16c9e5803d28324a47beba077bfa2fff434ec833c4773b
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index e4877cce9ca3..1f6a182777ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: yochananmargos
pkgname=lebiniou
pkgver=3.56.1
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to create images from sound"
arch=('x86_64')
url="https://biniou.net"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data>=3.56.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=('be9533793c6e20186cb5b4d419f15e55a46d3e257140670157de2bde0a06c8ff')
+sha256sums=('7a50ed7d8d3779e4da16c9e5803d28324a47beba077bfa2fff434ec833c4773b')
build() {
cd "$pkgname-version-$pkgver"