summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-02-17 00:00:43 +0100
committerstardust952021-02-17 00:00:43 +0100
commit4ae2d5d6b43645798dd8d884f3d6f72d54a0f33d (patch)
tree656b0921b45c6184ab1836f666ac91b4595d241c
parent0e0656c06e963a55efbb3e4683668969d70cd920 (diff)
downloadaur-4ae2d5d6b43645798dd8d884f3d6f72d54a0f33d.tar.gz
Update to 3.54.1, uses uglify-js and nodejs-clean-css-cli for compilation.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f21a726ab69a..16a98b971efe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.53.3
+ pkgver = 3.54.1
pkgrel = 1
url = https://biniou.net
arch = x86_64
license = GPL
+ makedepends = uglify-js
+ makedepends = nodejs-clean-css-cli
depends = libmagick6
depends = fftw
depends = sdl2_ttf
@@ -12,8 +14,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.53.3/lebiniou-version-3.53.3.tar.gz
- sha256sums = 5f063445ce0e318518ab645729d236ffe92395a726426773361e17d8e04a6e6f
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.54.1/lebiniou-version-3.54.1.tar.gz
+ sha256sums = 5f947ff5546b2cc0384d1f223d22fcde24a53314428d14b3e4d5c1dae0f87464
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index 22b43de1216b..d9f9d969f469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: stardust95
# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.53.3
+pkgver=3.54.1
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')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('5f063445ce0e318518ab645729d236ffe92395a726426773361e17d8e04a6e6f')
+sha256sums=('5f947ff5546b2cc0384d1f223d22fcde24a53314428d14b3e4d5c1dae0f87464')
build() {
cd "$pkgname-version-$pkgver"