summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorØystein Sture2023-09-12 14:32:34 +0200
committerØystein Sture2023-09-12 14:32:34 +0200
commitb0c0e33f58f5ad62f3292547c521290cc238867f (patch)
tree0028980501793fd608e40df1a15ce1b25af7ac66 /PKGBUILD
parent3925b9d53cdfd599d4c1a7d1a78553a6f20a82fc (diff)
downloadaur-python-imageio-ffmpeg.tar.gz
v0.4.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dac3509d8a65..70301e8dbdae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,16 @@
# Contributor:
pkgname=python-imageio-ffmpeg
-pkgver=0.4.8
-pkgrel=3
+pkgver=0.4.9
+pkgrel=1
pkgdesc="FFMPEG wrapper for Python"
arch=("any")
license=("BSD")
url="https://github.com/imageio/imageio-ffmpeg"
depends=('python' 'ffmpeg')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
-source=("git+https://github.com/imageio/imageio-ffmpeg.git#tag=v${pkgver}"
- "pip_requirement.patch")
-sha256sums=('SKIP'
- '16d32a6e263fa30ae43c7d050d5a3d657ab1222fccd4f4d603c797317ccb57ae')
-
-prepare() {
- cd "imageio-ffmpeg"
- patch --forward --strip=1 --input="${srcdir}/pip_requirement.patch"
-}
+source=("git+https://github.com/imageio/imageio-ffmpeg.git#tag=v${pkgver}")
+sha256sums=('SKIP')
build() {
cd "imageio-ffmpeg"