summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-07-30 12:42:28 -0700
committermutantmonkey2016-07-30 12:42:28 -0700
commitb6bfc3e345a4f16ef17bb0bbf1ac0850616a750c (patch)
treebceebfa358f3c8f1691405367d6083d8d0dc804d
parent900ee9d1dcab2b2d8ee0ef8ec0872a5591a7fa86 (diff)
downloadaur-b6bfc3e345a4f16ef17bb0bbf1ac0850616a750c.tar.gz
upgpkg: whatmp3 3.7-2
Change URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd646d48992..47cc1ff9f2c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 06:33:08 UTC 2016
+# Sat Jul 30 19:42:28 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 = 1
- url = http://logik.li/projects/whatmp3/
+ pkgrel = 2
+ url = https://github.com/RecursiveForest/whatmp3
arch = any
license = MIT
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 573114067104..39b20b88e140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=whatmp3
pkgver=3.7
-pkgrel=1
+pkgrel=2
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/"
+url="https://github.com/RecursiveForest/whatmp3"
arch=('any')
license=('MIT')
depends=('python' 'mktorrent' 'flac')