summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramietn2018-12-30 08:51:03 +0100
committeramietn2018-12-30 08:51:03 +0100
commit1d461fbbc02bbc50d22525c850341833d3fc02fe (patch)
tree3dd1810c2204253d7906176ccd2f51f2c6b1a7c3
parent782b8f73bc50b8b69b71ef18415eeadfca7b7add (diff)
downloadaur-1d461fbbc02bbc50d22525c850341833d3fc02fe.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0a9477adf7f..caeb72cddc4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 08:39:12 UTC 2018
+# Sun Dec 30 07:50:53 UTC 2018
pkgbase = vcsi-git
pkgdesc = Create video contact sheets, thumbnails
pkgver = 7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/amietn/vcsi
arch = any
license = MIT
+ makedepends = git
depends = python
depends = ffmpeg
depends = python-numpy
@@ -19,7 +20,7 @@ pkgbase = vcsi-git
conflicts = vcsi
options = !emptydirs
source = vcsi-git::git+https://github.com/amietn/vcsi.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = vcsi-git
diff --git a/PKGBUILD b/PKGBUILD
index 54277a90bb4b..c0bee2c448b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Nils Amiet <amietn@foobar>
pkgname=vcsi-git
pkgver=7
-pkgrel=2
+pkgrel=3
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 python-texttable ttf-dejavu python-parsedatetime)
-makedepends=()
+makedepends=(git)
provides=(vcsi)
conflicts=(vcsi)
replaces=()