summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoropale952021-11-02 13:58:38 +0100
committeropale952021-11-02 14:00:18 +0100
commit82a435e7666305a0a2ee2b2d7ece5d9630eb9d80 (patch)
tree2e00408b5eb646d0961cc69727aff5546d6a5a3a
parent79507d26a945cec57bbe261cc871c459c58e318c (diff)
downloadaur-82a435e7666305a0a2ee2b2d7ece5d9630eb9d80.tar.gz
Update to 3.63.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7700e3588384..ee9952dbda8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lebiniou
pkgdesc = User-friendly, powerful music visualization / VJing tool
- pkgver = 3.62.1
+ pkgver = 3.63.0
pkgrel = 1
url = https://biniou.net
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data>=3.62.0
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.62.1/lebiniou-version-3.62.1.tar.gz
- sha256sums = cfa83f51d79e5ef5534ca24398ab25f61982f2368447e4a50861d3dd877c079b
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.63.0/lebiniou-version-3.63.0.tar.gz
+ sha256sums = 2ccd95ae12082602f809e4f813ed7d3408e60a5868cb9f02dfb7865866763cec
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index 9be892a0c3f3..7807e1e558d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: opale95
# Contributor: yochananmarqos
pkgname=lebiniou
-pkgver=3.62.1
+pkgver=3.63.0
pkgrel=1
pkgdesc="User-friendly, powerful music visualization / VJing tool"
arch=('x86_64' 'pentium4' 'i686')
@@ -9,7 +9,7 @@ url="https://biniou.net"
license=('GPL')
depends=('libmagick6' 'fftw' 'sdl2' 'libcaca' 'ffmpeg' 'lebiniou-data>=3.62.0' 'ulfius')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('cfa83f51d79e5ef5534ca24398ab25f61982f2368447e4a50861d3dd877c079b')
+sha256sums=('2ccd95ae12082602f809e4f813ed7d3408e60a5868cb9f02dfb7865866763cec')
build() {
cd "$pkgname-version-$pkgver"