summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 11 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd20a043f486..5f18b04adfb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,30 @@
-# Maintainer: jyantis <yantis@yantis.net>
-
-# Improvements & Fixes added from suggestions of Tristelune
+# Maintainer: Fabio Loli <loli_fabio@protonmail.com>
+# Contributor: jyantis <yantis@yantis.net>
+# Contributor: Tristelune
+# https://github.com/FabioLolix
pkgname=dvdae-bin
-pkgver=7.2.0
+pkgver=7.4.0
pkgrel=1
pkgdesc='DVD audio extract & ripping tool for extracting streams from DVD-Audio & Video discs and save them as OGG, MP3, Wave or FLAC files.'
url='http://www.dvdae.com'
-arch=(x86_64)
-source=("http://www.dvdae.com/dvdae/dvdae_7.2.0_amd64.deb" "http://www.dvdae.com/license.htm")
+arch=('x86_64')
+source=("http://www.dvdae.com/dvdae/dvdae_${pkgver}_amd64.deb"
+ "http://www.dvdae.com/license.htm")
license=('custom')
-depends=( 'flac'
+depends=('flac'
'gtk2'
'lame>=3.99.1'
'libvorbis'
'libgcrypt15'
'libsm'
'alsa-lib')
-md5sums=('5a185707288127aed60ef003ffae43ec'
+md5sums=('f6e622de16567fda79deddba4e94a967'
'e971696dc612a5bb7fdb8eac0241fc90')
build() {
cd "$srcdir"
- bsdtar xvf data.tar.gz
+ bsdtar xvf data.tar.xz
}
package() {