summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-08-18 18:04:51 +0200
committerstardust952021-08-18 18:04:51 +0200
commit7e93035569da3019eabe07be4cbc26e8da5b0056 (patch)
tree6c4a358afcdef79c113a2ce1f385ac3bf9cdcc65
parent9e1e155c9f059d0b98f87891bdc573521ec57738 (diff)
downloadaur-7e93035569da3019eabe07be4cbc26e8da5b0056.tar.gz
Update to 3.61.0. Changed sdl2_ttf dependency to sdl2 due to sdl2 UI deprecation.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96b9b625607e..30a4b66e5ff8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = User-friendly, powerful music visualization / VJing tool
- pkgver = 3.60.1
- pkgrel = 2
+ pkgver = 3.61.0
+ pkgrel = 1
url = https://biniou.net
arch = x86_64
license = GPL
@@ -10,13 +10,12 @@ pkgbase = lebiniou
makedepends = htmlmin
depends = libmagick6
depends = fftw
- depends = sdl2_ttf
+ depends = sdl2
depends = libcaca
depends = ffmpeg
- depends = lebiniou-data>=3.60.0
+ depends = lebiniou-data>=3.61.0
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.60.1/lebiniou-version-3.60.1.tar.gz
- sha256sums = e65088774aae0cdf91e7d4104a6fcf72428ecf0825aa9cbd82ce8e3c03f52156
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.61.0/lebiniou-version-3.61.0.tar.gz
+ sha256sums = 04af1e1780841ae07688b3610e86159744e835060cbd0b3a44f325e96d2fc6a5
pkgname = lebiniou
-
diff --git a/PKGBUILD b/PKGBUILD
index 7bc0e2433f0a..f017f8c7a9a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: opale95
# Contributor: yochananmarqos
pkgname=lebiniou
-pkgver=3.60.1
-pkgrel=2
+pkgver=3.61.0
+pkgrel=1
pkgdesc="User-friendly, powerful music visualization / VJing tool"
arch=('x86_64')
url="https://biniou.net"
license=('GPL')
-depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data>=3.60.0' 'ulfius')
+depends=('libmagick6' 'fftw' 'sdl2' 'libcaca' 'ffmpeg' 'lebiniou-data>=3.61.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=('e65088774aae0cdf91e7d4104a6fcf72428ecf0825aa9cbd82ce8e3c03f52156')
+sha256sums=('04af1e1780841ae07688b3610e86159744e835060cbd0b3a44f325e96d2fc6a5')
build() {
cd "$pkgname-version-$pkgver"