summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-02-07 19:32:23 -0800
committermutantmonkey2020-02-07 19:32:23 -0800
commit25683e9f46bcf5e8e36cada1651513cb2bacf328 (patch)
treec91c7694a7caf9edd051571f2751c247b5e48672
parente39a47c9a1d9572b6174945386c09b394e8e8278 (diff)
downloadaur-25683e9f46bcf5e8e36cada1651513cb2bacf328.tar.gz
upgpkg: whatmp3-git 128.6b0fe1e-1
Add git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11227484ec8e..f85fd82bb1b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Sat Jul 30 19:43:38 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 = 117.509316c
+ pkgver = 128.6b0fe1e
pkgrel = 1
url = https://github.com/RecursiveForest/whatmp3
arch = any
license = MIT
+ makedepends = git
depends = python
depends = mktorrent
depends = flac
diff --git a/PKGBUILD b/PKGBUILD
index f2fc5ad79707..c48367e4d51c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=whatmp3-git
_gitname=whatmp3
-pkgver=117.509316c
+pkgver=128.6b0fe1e
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"
@@ -10,6 +10,7 @@ license=('MIT')
provides=('whatmp3=3.6')
conflicts=('whatmp3')
depends=('python' 'mktorrent' 'flac')
+makedepends=('git')
optdepends=('vorbis-tools: OGG Vorbis support'
'lame: MP3 support'
'neroaacenc: AAC support'