summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2017-07-05 23:15:01 +0200
committerFabioLolix2017-07-05 23:15:01 +0200
commit1473b718c125803199bbabb022c5196153c18e75 (patch)
tree826b7e02593295d389034ffcca38768cba27babb
parent1d7e8094d1dae51113cf20bb59fab476c7d52fc3 (diff)
downloadaur-1473b718c125803199bbabb022c5196153c18e75.tar.gz
Updated to 7.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD20
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef73d694cc6e..2203d94b5dcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dvdae-bin
pkgdesc = DVD audio extract & ripping tool for extracting streams from DVD-Audio & Video discs and save them as OGG, MP3, Wave or FLAC files.
- pkgver = 7.2.0
+ pkgver = 7.4.0
pkgrel = 1
url = http://www.dvdae.com
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = dvdae-bin
depends = libgcrypt15
depends = libsm
depends = alsa-lib
- source = http://www.dvdae.com/dvdae/dvdae_7.2.0_amd64.deb
+ source = http://www.dvdae.com/dvdae/dvdae_7.4.0_amd64.deb
source = http://www.dvdae.com/license.htm
- md5sums = 5a185707288127aed60ef003ffae43ec
+ md5sums = f6e622de16567fda79deddba4e94a967
md5sums = e971696dc612a5bb7fdb8eac0241fc90
pkgname = dvdae-bin
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() {