summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2019-10-22 18:05:08 +0200
committerJose Riha2019-10-22 18:05:08 +0200
commitd643f0f51e8f08e22e04622715edd6447526c7ff (patch)
treee536ff9b90c5d1b7cdcd06869ecdd86731cd712d
parent8b2e1a1a31c6c7c3a2d4f0e174ab0a555dcf81fb (diff)
downloadaur-d643f0f51e8f08e22e04622715edd6447526c7ff.tar.gz
Fix missing makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88b325133a34..50033b832437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-bpsproxy
pkgdesc = Blender Power Sequencer proxy generator tool
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GDquest/BPSProxy
arch = any
license = GPL
makedepends = python-setuptools
+ makedepends = pandoc
depends = python
depends = python-tqdm
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 8e06f7b16df8..35e36b8b7a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-bpsproxy
_module='BPSProxy'
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Blender Power Sequencer proxy generator tool"
url="https://github.com/GDquest/BPSProxy"
depends=('python' 'python-tqdm' 'ffmpeg')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'pandoc')
license=('GPL')
arch=('any')
source=("https://github.com/GDquest/BPSProxy/archive/${pkgver}.tar.gz")