summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorØystein Sture2022-06-09 09:26:43 +0200
committerØystein Sture2022-06-09 09:26:43 +0200
commit042a819999f7b5d17332faf072d2dc0b539e1f5b (patch)
tree056b8b99f7872611364a55f8d5cfe7e8548f8982 /PKGBUILD
parent886dfed0991647a788a88e2359aef2ac9781131c (diff)
downloadaur-042a819999f7b5d17332faf072d2dc0b539e1f5b.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08eddef5cd41..8faaded4e75d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-imageio-ffmpeg
pkgver=0.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="FFMPEG wrapper for Python"
arch=("any")
license=("BSD")
url="https://github.com/imageio/imageio-ffmpeg"
depends=('python' 'ffmpeg')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
source=("git+https://github.com/imageio/imageio-ffmpeg.git#tag=v${pkgver}"
"pip_requirement.patch")
sha256sums=('SKIP'