summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2020-08-22 13:24:28 +0100
committersomini2020-08-22 13:24:28 +0100
commit1b6ad329e7c49bf5f97150a40c0f5104430c51a7 (patch)
tree16ca102df9307f9543bdc1ec6431da2e1520b4bb /PKGBUILD
parentb7feda5c2c5eacdca3eb0d3ab82cabfcfc2d5d6a (diff)
downloadaur-1b6ad329e7c49bf5f97150a40c0f5104430c51a7.tar.gz
Include ffmpeg hard dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da814ce88cd3..cf524a0dcab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Create static HTML galleries with thumbnails"
url="https://gitlab.com/somini/pythumbnailer/"
-depends=('python' 'python-argparse-utils')
+depends=('python' 'python-argparse-utils' 'ffmpeg')
makedepends=('python-setuptools')
license=('GPL')
arch=('any')