summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramietn2015-10-15 21:38:40 +0200
committeramietn2015-10-15 21:38:40 +0200
commit071fd7d1892f86dcfa1c5c1a1750b1fa9aa5bf82 (patch)
tree42bfdb594037ae245a98284a0eb516ba3046956b
parent60970e2cca0de4504f9e4171fa83248b29714191 (diff)
downloadaur-071fd7d1892f86dcfa1c5c1a1750b1fa9aa5bf82.tar.gz
add missing font dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80666261c7d3..41785387bfff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vcsi-git
pkgdesc = Create video contact sheets, thumbnails
- pkgver = 3
- pkgrel = 1
+ pkgver = 4
+ pkgrel = 2
url = https://github.com/amietn/vcsi
arch = any
license = MIT
@@ -10,6 +10,8 @@ pkgbase = vcsi-git
depends = python-numpy
depends = python-pillow
depends = python-jinja
+ depends = ttf-liberation
+ depends = ttf-dejavu
provides = vcsi
conflicts = vcsi
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 99c009b195fe..0b06d0bdb37f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Nils Amiet <amietn@foobar>
pkgname=vcsi-git
-pkgver=3
-pkgrel=1
+pkgver=4
+pkgrel=2
pkgdesc="Create video contact sheets, thumbnails"
arch=(any)
url="https://github.com/amietn/vcsi"
license=('MIT')
groups=()
-depends=(python ffmpeg python-numpy python-pillow python-jinja)
+depends=(python ffmpeg python-numpy python-pillow python-jinja ttf-liberation ttf-dejavu)
makedepends=()
provides=(vcsi)
conflicts=(vcsi)