summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Magno2024-01-06 12:34:55 -0300
committerGabriel Magno2024-01-06 12:34:55 -0300
commit19ffcc63ec6beadfce57061b7519f522ace25dbf (patch)
tree2ca3899839ca73fc6d9b74a8f5721447201799ff
parent046c6241775a8289f008fec43c62dfca99b81d4f (diff)
downloadaur-spectro-git.tar.gz
Add git in makedepend list
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95dfcc231f09..f31ade0fcfc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Tue Feb 16 04:48:12 UTC 2016
pkgbase = spectro-git
pkgdesc = Provides BBCode formatted text with the spectrograms of audio files.
pkgver = r48.1714c5a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/welpo/spectro
arch = any
license = GPL3
+ makedepends = git
depends = sox
depends = curl
optdepends = ffmpeg: to process ape, WMA, MP4 and AAC files
@@ -17,4 +16,3 @@ pkgbase = spectro-git
sha256sums = SKIP
pkgname = spectro-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ff949f490e42..0fec5e09d87a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=spectro
pkgname=spectro-git
pkgver=r48.1714c5a
-pkgrel=1
+pkgrel=2
pkgdesc="Provides BBCode formatted text with the spectrograms of audio files."
arch=('any')
url="https://github.com/welpo/spectro"
license=('GPL3')
+makedepends=('git')
depends=('sox' 'curl')
optdepends=('ffmpeg: to process ape, WMA, MP4 and AAC files'
'imagemagick: to use the --compare feature'