summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952021-01-06 23:29:33 +0100
committerstardust952021-01-06 23:29:33 +0100
commitfa907aca43e0a578fd1d00cfe0b20c8c5fc4b13a (patch)
tree8980da87da975f5741774384b21d94c5ac9de199
parent4361283441034446c7378e6352b669b6f40a37ac (diff)
downloadaur-fa907aca43e0a578fd1d00cfe0b20c8c5fc4b13a.tar.gz
update to 3.52, contributor yochananmargos
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD16
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce549987430..daa4bc0064a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lebiniou
pkgdesc = A tool to create images from sound
- pkgver = 3.51
+ pkgver = 3.52.0
pkgrel = 1
- url = https://biniou.net/
+ url = https://biniou.net
arch = x86_64
license = GPL
depends = libmagick6
@@ -12,8 +12,8 @@ pkgbase = lebiniou
depends = ffmpeg
depends = lebiniou-data
depends = libulfius
- source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.51/lebiniou-version-3.51.tar.gz
- sha256sums = 567dfe611d89874e7a5c53f9f6f8584531ca062590fa231271d78d8895d64cc3
+ source = https://gitlab.com/lebiniou/lebiniou/-/archive/version-3.52.0/lebiniou-version-3.52.0.tar.gz
+ sha256sums = bdb881210b2327ffbb9fcd7de9df08a4ee631a9f409b5aadc3570e9777363209
pkgname = lebiniou
diff --git a/PKGBUILD b/PKGBUILD
index b162bec30c6e..2932e56a9e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: stardust95
-# Contributor: Namarrgon
+# Contributor: yochananmargos
pkgname=lebiniou
-pkgver=3.51
+pkgver=3.52.0
pkgrel=1
pkgdesc="A tool to create images from sound"
-arch=(x86_64)
-url="https://biniou.net/"
+arch=('x86_64')
+url="https://biniou.net"
license=('GPL')
-depends=(libmagick6 fftw sdl2_ttf libcaca ffmpeg lebiniou-data libulfius)
+depends=('libmagick6' 'fftw' 'sdl2_ttf' 'libcaca' 'ffmpeg' 'lebiniou-data' 'libulfius')
source=("https://gitlab.com/lebiniou/lebiniou/-/archive/version-$pkgver/lebiniou-version-$pkgver.tar.gz")
-sha256sums=('567dfe611d89874e7a5c53f9f6f8584531ca062590fa231271d78d8895d64cc3')
+sha256sums=('bdb881210b2327ffbb9fcd7de9df08a4ee631a9f409b5aadc3570e9777363209')
build() {
cd "$pkgname-version-$pkgver"
-
- autoreconf --install
+ autoreconf -i
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/lib/imagemagick6/pkgconfig"
./configure --prefix=/usr
make
@@ -22,7 +21,6 @@ build() {
package() {
cd "$pkgname-version-$pkgver"
-
make DESTDIR="$pkgdir/" install
}