summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-02-28 23:41:06 +0100
committerstardust952021-02-28 23:41:06 +0100
commitfb4477225e8f2af1f3eec041a3c5277581021444 (patch)
treefc3e9cf2996543a29e157d257d0241e3099b8844
parent4ae2d5d6b43645798dd8d884f3d6f72d54a0f33d (diff)
downloadaur-fb4477225e8f2af1f3eec041a3c5277581021444.tar.gz
Update to 3.55.0, new htmlmin build dep.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16a98b971efe..1411d6d8efdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.54.1
+ pkgver = 3.55.0
pkgrel = 1
url = https://biniou.net
arch = x86_64
license = GPL
makedepends = uglify-js
makedepends = nodejs-clean-css-cli
+ makedepends = htmlmin
depends = libmagick6
depends = fftw
depends = sdl2_ttf
@@ -14,8 +15,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.54.1/lebiniou-version-3.54.1.tar.gz
- sha256sums = 5f947ff5546b2cc0384d1f223d22fcde24a53314428d14b3e4d5c1dae0f87464
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.55.0/lebiniou-version-3.55.0.tar.gz
+ sha256sums = 9d4756704e32738886003d64993177453fd5dd6949a8142b9e24395ca0ad5135
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index d9f9d969f469..f288e3cbda9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: stardust95
# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.54.1
+pkgver=3.55.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' 'ulfius')
-makedepends=('uglify-js' 'nodejs-clean-css-cli')
+makedepends=('uglify-js' 'nodejs-clean-css-cli' 'htmlmin')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('5f947ff5546b2cc0384d1f223d22fcde24a53314428d14b3e4d5c1dae0f87464')
+sha256sums=('9d4756704e32738886003d64993177453fd5dd6949a8142b9e24395ca0ad5135')
build() {
cd "$pkgname-version-$pkgver"