summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-03-09 22:33:08 -0800
committermutantmonkey2016-03-09 22:33:08 -0800
commit900ee9d1dcab2b2d8ee0ef8ec0872a5591a7fa86 (patch)
treec5aad174329ed16731ed3b169c9b7497678bf9e3
parent3cd8a53409cf6b6ce7571561bd4a86f71468b2ae (diff)
downloadaur-900ee9d1dcab2b2d8ee0ef8ec0872a5591a7fa86.tar.gz
upgpkg: whatmp3 3.7-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c11ba19ea63..ecd646d48992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 10 06:33:08 UTC 2016
pkgbase = whatmp3
pkgdesc = A small Python script that accepts a list of directories containing FLAC files as arguments and converts them to MP3 with the specified options. It can optionally create a torrent file.
- pkgver = 3.6
+ pkgver = 3.7
pkgrel = 1
url = http://logik.li/projects/whatmp3/
arch = any
@@ -16,8 +18,8 @@ pkgbase = whatmp3
optdepends = vorbisgain: ReplayGain support
optdepends = aacgain: ReplayGain support
optdepends = sox: dither support
- source = https://github.com/RecursiveForest/whatmp3/archive/v3.6.tar.gz
- sha256sums = a1f5ef28e2511aa47f4658f71a8a3afe3dda96e7dd6a1cf9d124daead0fed5fa
+ source = https://github.com/RecursiveForest/whatmp3/archive/v3.7.tar.gz
+ sha256sums = a8b688e2e5873e3bf527fc44e8f3966227b432cf59593062dd58493df65de3b0
pkgname = whatmp3
diff --git a/PKGBUILD b/PKGBUILD
index c9b9aeedd54b..573114067104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=whatmp3
-pkgver=3.6
+pkgver=3.7
pkgrel=1
pkgdesc="A small Python script that accepts a list of directories containing FLAC files as arguments and converts them to MP3 with the specified options. It can optionally create a torrent file."
url="http://logik.li/projects/whatmp3/"
@@ -16,9 +16,9 @@ optdepends=('vorbis-tools: OGG Vorbis support'
'aacgain: ReplayGain support'
'sox: dither support')
source=("https://github.com/RecursiveForest/whatmp3/archive/v${pkgver}.tar.gz")
-sha256sums=('a1f5ef28e2511aa47f4658f71a8a3afe3dda96e7dd6a1cf9d124daead0fed5fa')
+sha256sums=('a8b688e2e5873e3bf527fc44e8f3966227b432cf59593062dd58493df65de3b0')
package() {
cd ${srcdir}/${pkgname}-${pkgver}
- install -D whatmp3 ${pkgdir}/usr/bin/whatmp3
+ make PREFIX=/usr DESTDIR="$pkgdir/" install
}