summarylogtreecommitdiffstats
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
parentabb3c477f165bba66e5c57cbd1395f344cbacb90 (diff)
downloadaur-46be8e4a26649513aa2178fd891d0894f9f7dbb3.tar.gz
Add missing libmad and lame dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90f3944af26d..8ac3ce4bb469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = benny-hill
pkgdesc = Play the Benny Hill theme while running another command
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tyilo/albert-extensions
arch = any
license = GPL
depends = bash
depends = sox
+ depends = libmad
+ depends = lame
depends = twolame
source = benny-hill
source = https://github.com/mafintosh/benny-hill/blob/master/theme.mp3?raw=true
@@ -14,4 +16,3 @@ pkgbase = benny-hill
sha256sums = b8e9774023ebe20e27bfb7ae139cbe994f05690f7c8ec9835ff5f0d94ec45fc7
pkgname = benny-hill
-
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"