summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-08-23 16:49:30 +0200
committerstardust952021-08-23 16:49:30 +0200
commit7470d01bb5c06af57619e98c4c30306a4e74a10f (patch)
treee9011392d464f8fc7e853786225c6ca052541773
parent7e93035569da3019eabe07be4cbc26e8da5b0056 (diff)
downloadaur-7470d01bb5c06af57619e98c4c30306a4e74a10f.tar.gz
Update to 3.61.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a4b66e5ff8..b54b12b4324b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lebiniou
pkgdesc = User-friendly, powerful music visualization / VJing tool
- pkgver = 3.61.0
+ pkgver = 3.61.1
pkgrel = 1
url = https://biniou.net
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data>=3.61.0
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.61.0/lebiniou-version-3.61.0.tar.gz
- sha256sums = 04af1e1780841ae07688b3610e86159744e835060cbd0b3a44f325e96d2fc6a5
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.61.1/lebiniou-version-3.61.1.tar.gz
+ sha256sums = 4a4aed87c0d95b0dd149705b92d1337ce099a1a46c8752f409fec68d186ed13b
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index f017f8c7a9a0..a25e70c4182a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: opale95
# Contributor: yochananmarqos
pkgname=lebiniou
-pkgver=3.61.0
+pkgver=3.61.1
pkgrel=1
pkgdesc="User-friendly, powerful music visualization / VJing tool"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
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=('04af1e1780841ae07688b3610e86159744e835060cbd0b3a44f325e96d2fc6a5')
+sha256sums=('4a4aed87c0d95b0dd149705b92d1337ce099a1a46c8752f409fec68d186ed13b')
build() {
cd "$pkgname-version-$pkgver"