summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-07-03 23:07:32 +0200
committerstardust952021-07-03 23:07:32 +0200
commit9e1e155c9f059d0b98f87891bdc573521ec57738 (patch)
treea4858ec46c757b0b6f5e9881fede1878dd424ef8
parent35aeba5c8143667f005bc1588eefaeb910e3422b (diff)
downloadaur-9e1e155c9f059d0b98f87891bdc573521ec57738.tar.gz
Updated sha256sum after bugfix.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b9c807c5e6d..96b9b625607e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lebiniou
pkgdesc = User-friendly, powerful music visualization / VJing tool
pkgver = 3.60.1
- pkgrel = 1
+ pkgrel = 2
url = https://biniou.net
arch = x86_64
license = GPL
@@ -16,7 +16,7 @@ pkgbase = lebiniou
depends = lebiniou-data>=3.60.0
depends = ulfius
source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.60.1/lebiniou-version-3.60.1.tar.gz
- sha256sums = f5f9bbe48d06436efaab578d78c81b2326fb6a1ec536e6cbf74ca19492854a1a
+ sha256sums = e65088774aae0cdf91e7d4104a6fcf72428ecf0825aa9cbd82ce8e3c03f52156
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index de7825a0c8ec..7bc0e2433f0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: yochananmarqos
pkgname=lebiniou
pkgver=3.60.1
-pkgrel=1
+pkgrel=2
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=('f5f9bbe48d06436efaab578d78c81b2326fb6a1ec536e6cbf74ca19492854a1a')
+sha256sums=('e65088774aae0cdf91e7d4104a6fcf72428ecf0825aa9cbd82ce8e3c03f52156')
build() {
cd "$pkgname-version-$pkgver"