summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-07-03 22:12:13 +0200
committerstardust952021-07-03 22:12:13 +0200
commit35aeba5c8143667f005bc1588eefaeb910e3422b (patch)
treeaac591a797429d8e7821d4201ffa8716df9159e4
parent52d4050d387d3142a9f6ea76959fb61aadaba4bd (diff)
downloadaur-35aeba5c8143667f005bc1588eefaeb910e3422b.tar.gz
Update to 3.60.1, fixed maintainer and contributor usernames.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00f6c437dbc..5b9c807c5e6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = User-friendly, powerful music visualization / VJing tool
- pkgver = 3.60.0
- pkgrel = 2
+ pkgver = 3.60.1
+ pkgrel = 1
url = https://biniou.net
arch = x86_64
license = GPL
@@ -15,8 +15,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data>=3.60.0
depends = ulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.60.0/lebiniou-version-3.60.0.tar.gz
- sha256sums = fab53a6360b979e59ba919b78a470db6c3bf374c0849f59fd0e3168ad5302c5e
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.60.1/lebiniou-version-3.60.1.tar.gz
+ sha256sums = f5f9bbe48d06436efaab578d78c81b2326fb6a1ec536e6cbf74ca19492854a1a
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index 7a326aa8fb40..de7825a0c8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: stardust95
-# Contributor: yochananmargos
+# Maintainer: opale95
+# Contributor: yochananmarqos
pkgname=lebiniou
-pkgver=3.60.0
-pkgrel=2
+pkgver=3.60.1
+pkgrel=1
pkgdesc="User-friendly, powerful music visualization / VJing tool"
arch=('x86_64')
url="https://biniou.net"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data>=3.60.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=('fab53a6360b979e59ba919b78a470db6c3bf374c0849f59fd0e3168ad5302c5e')
+sha256sums=('f5f9bbe48d06436efaab578d78c81b2326fb6a1ec536e6cbf74ca19492854a1a')
build() {
cd "$pkgname-version-$pkgver"