summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD22
2 files changed, 26 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 671f044578a9..2b9d41ab2ec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,21 +4,21 @@ pkgbase = freac
pkgrel = 1
url = https://www.freac.org
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
+ depends = boca
depends = faac
depends = faad2
+ depends = hicolor-icon-theme
depends = lame
+ depends = libgudev
depends = libmp4v2
- depends = mpg123
depends = libogg
- depends = opus
depends = libpng
- depends = speex
- depends = libvorbis
depends = libpulse
- depends = libgudev
- depends = boca
- depends = hicolor-icon-theme
+ depends = libvorbis
+ depends = mpg123
+ depends = opus
+ depends = speex
source = freac-1.1.7.tar.gz::https://github.com/enzo1982/freac/archive/v1.1.7.tar.gz
sha256sums = 58f0353489b7cc4f42abc4f79dfce172312fd135c41181fa17344ed190cc47c4
diff --git a/PKGBUILD b/PKGBUILD
index de80ae13efed..cdd9b48cf9bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Max Bruckner (FSMaxB)
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=freac
@@ -7,9 +7,23 @@ pkgrel=1
pkgdesc="Audio converter and CD ripper with support for various popular formats and encoders."
arch=('x86_64')
url="https://www.freac.org"
-license=('GPL2')
-depends=('faac' 'faad2' 'lame' 'libmp4v2' 'mpg123' 'libogg' 'opus' 'libpng'
- 'speex' 'libvorbis' 'libpulse' 'libgudev' 'boca' 'hicolor-icon-theme')
+license=('GPL-2.0-or-later')
+depends=(
+ 'boca'
+ 'faac'
+ 'faad2'
+ 'hicolor-icon-theme'
+ 'lame'
+ 'libgudev'
+ 'libmp4v2'
+ 'libogg'
+ 'libpng'
+ 'libpulse'
+ 'libvorbis'
+ 'mpg123'
+ 'opus'
+ 'speex'
+)
source=("$pkgname-$pkgver.tar.gz::https://github.com/enzo1982/freac/archive/v$pkgver.tar.gz")
sha256sums=('58f0353489b7cc4f42abc4f79dfce172312fd135c41181fa17344ed190cc47c4')