summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortercean2021-04-14 21:54:12 +0200
committertercean2021-04-14 21:54:12 +0200
commite4154c488beab3be082677e2f39b87ddf2109035 (patch)
tree479884c0edf54045fef3157f0c048b0afe61cfd2 /PKGBUILD
parentacecc75ec9823e1a90d7ea7deb2d50261bdaeef8 (diff)
downloadaur-e4154c488beab3be082677e2f39b87ddf2109035.tar.gz
require ffmpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5be0bb0ac925..7364c89e9dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: tercean <cg.aur@zknt.org>
pkgname=sponskrub
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Scrub sponsor messages from youtube videos."
arch=(any)
url="https://github.com/faissaloo/SponSkrub"
license=('GPL3')
-depends=(ffmpeg)
+depends=("ffmpeg")
makedepends=(dub d-compiler)
source=("https://github.com/faissaloo/SponSkrub/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('857916cad429cce52b370d062a068a34112b97b4eb54da0dda9dc77d18e6b206')