summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Magno2024-01-06 12:34:55 -0300
committerGabriel Magno2024-01-06 12:34:55 -0300
commit19ffcc63ec6beadfce57061b7519f522ace25dbf (patch)
tree2ca3899839ca73fc6d9b74a8f5721447201799ff /PKGBUILD
parent046c6241775a8289f008fec43c62dfca99b81d4f (diff)
downloadaur-spectro-git.tar.gz
Add git in makedepend list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'