summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-12-20 23:17:26 -0800
committermutantmonkey2016-12-20 23:17:26 -0800
commitcbe61ff1cf147158f589d7c5a57338a1a9e75f64 (patch)
treedf679904dd4d2b8970cf12faca312560ef3a92f7
parentb6bfc3e345a4f16ef17bb0bbf1ac0850616a750c (diff)
downloadaur-cbe61ff1cf147158f589d7c5a57338a1a9e75f64.tar.gz
upgpkg: whatmp3 3.8-1
upstream release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47cc1ff9f2c2..1584528a6b3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 30 19:42:28 UTC 2016
+# Wed Dec 21 07:17:26 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.7
- pkgrel = 2
+ pkgver = 3.8
+ pkgrel = 1
url = https://github.com/RecursiveForest/whatmp3
arch = any
license = MIT
@@ -18,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.7.tar.gz
- sha256sums = a8b688e2e5873e3bf527fc44e8f3966227b432cf59593062dd58493df65de3b0
+ source = https://github.com/RecursiveForest/whatmp3/archive/v3.8.tar.gz
+ sha256sums = 0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489
pkgname = whatmp3
diff --git a/PKGBUILD b/PKGBUILD
index 39b20b88e140..dcddfb9fec24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=whatmp3
-pkgver=3.7
-pkgrel=2
+pkgver=3.8
+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="https://github.com/RecursiveForest/whatmp3"
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('vorbis-tools: OGG Vorbis support'
'aacgain: ReplayGain support'
'sox: dither support')
source=("https://github.com/RecursiveForest/whatmp3/archive/v${pkgver}.tar.gz")
-sha256sums=('a8b688e2e5873e3bf527fc44e8f3966227b432cf59593062dd58493df65de3b0')
+sha256sums=('0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489')
package() {
cd ${srcdir}/${pkgname}-${pkgver}