summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2013-04-22 13:59:03 -0400
committermutantmonkey2013-04-22 13:59:17 -0400
commit63708eeeb17e361d8fe7b6576ce2ef6f431d3285 (patch)
tree82b8b2c579e00f58d5c677753a506b2d4400cf79
parentd2bd7590d9e9b274bc5bb1027dbd80b6becf8809 (diff)
downloadaur-63708eeeb17e361d8fe7b6576ce2ef6f431d3285.tar.gz
update my email address in comments
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01835b84f544..761e7792c2dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Contributor: mutantmonkey <mutantmonkey@gmail.com>
+# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=whatmp3
-pkgver=3.5.1
+pkgver=3.5.3
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/"
@@ -11,8 +11,7 @@ optdepends=('vorbis-tools: OGG Vorbis support'
'neroaacenc: AAC support'
'neroaactag: AAC support')
source=("http://logik.li/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('f3a71fe0b0d85df681f868e7ede871de')
-sha256sums=('0dd9018e845c25fc7155394c2f08d3163f5f009db50d108364258d2cecdd1bad')
+sha256sums=('2856215a99eefb8cb1eccbbaa0e7b06e8c97509b499d13cbd5392598bd2384ae')
package() {
cd ${srcdir}/${pkgname}-${pkgver}