summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAsger Hautop Drewsen2023-05-01 23:38:53 +0200
committerAsger Hautop Drewsen2023-05-01 23:38:53 +0200
commit46be8e4a26649513aa2178fd891d0894f9f7dbb3 (patch)
treed8648d9c8f34e912869de086f0a9c7a176fdf3e5 /PKGBUILD
parentabb3c477f165bba66e5c57cbd1395f344cbacb90 (diff)
downloadaur-benny-hill.tar.gz
Add missing libmad and lame dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bce0c128fb68..56d3d8926783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Asger Hautop Drewsen <asgerdrewsen@gmail.com>
pkgname=benny-hill
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Play the Benny Hill theme while running another command"
arch=('any')
url="https://github.com/Tyilo/albert-extensions"
license=('GPL')
-depends=('bash' 'sox' 'twolame')
+depends=('bash' 'sox' 'libmad' 'lame' 'twolame')
source=(
"benny-hill"
"https://github.com/mafintosh/benny-hill/blob/master/theme.mp3?raw=true"