summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-03-09 22:34:49 -0800
committermutantmonkey2016-03-09 22:34:49 -0800
commit26356874396b0611aa54cd8de3b18a74d3b5912c (patch)
tree21e2715d1ec1d7a45f7a35ebe2ffd5fda539ed2b
parentdf4cc5d6ce112c0cde64c84d08fc360179c71ed6 (diff)
downloadaur-26356874396b0611aa54cd8de3b18a74d3b5912c.tar.gz
upgpkg: whatmp3-git 106.a8f8c50-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c96d5305b79b..a3b5a2eaf2d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 10 06:34:49 UTC 2016
pkgbase = whatmp3-git
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 = 79.cdec193
+ pkgver = 106.a8f8c50
pkgrel = 1
url = http://logik.li/projects/whatmp3/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 42ff0bfd389e..64131a3c8370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=whatmp3-git
_gitname=whatmp3
-pkgver=79.cdec193
+pkgver=106.a8f8c50
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/"
@@ -28,7 +28,7 @@ pkgver() {
package() {
cd $_gitname
- install -D whatmp3 ${pkgdir}/usr/bin/whatmp3
+ make PREFIX=/usr DESTDIR="$pkgdir/" install
}
# vim:set ts=2 sw=2 et: