summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroysstu2020-02-24 16:42:35 +0100
committeroysstu2020-02-24 16:42:35 +0100
commitda81d19e1d1d0b87316407758883f3755bdcb716 (patch)
treeb42110cf6998d8126500b0c83daa4220ded1adce
parent5edbed738f8ecbdb89f73a365d902beeb479a2c2 (diff)
downloadaur-da81d19e1d1d0b87316407758883f3755bdcb716.tar.gz
v0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16cfe8c5d88e..6ed3f1c32860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-imageio-ffmpeg
pkgdesc = FFMPEG wrapper for Python
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/imageio/imageio-ffmpeg
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-imageio-ffmpeg
makedepends = python-setuptools
depends = python
depends = ffmpeg
- source = https://github.com/imageio/imageio-ffmpeg/archive/v0.4.0.tar.gz
- sha256sums = c0403283c5eb51aef4be9d5ac41ea2d5a2ff5ff903cd69af7f47090116c6db00
+ source = https://github.com/imageio/imageio-ffmpeg/archive/v0.4.1.tar.gz
+ sha256sums = 83c03933ed519be458bd8f227c27b9f95a99cb1a35c92ffee584eea2978a85b7
pkgname = python-imageio-ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 975841f590a6..98e22db519a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:
pkgname=python-imageio-ffmpeg
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="FFMPEG wrapper for Python"
arch=("any")
@@ -11,7 +11,7 @@ url="https://github.com/imageio/imageio-ffmpeg"
depends=('python' 'ffmpeg')
makedepends=('python-setuptools')
source=("https://github.com/imageio/imageio-ffmpeg/archive/v${pkgver}.tar.gz")
-sha256sums=('c0403283c5eb51aef4be9d5ac41ea2d5a2ff5ff903cd69af7f47090116c6db00')
+sha256sums=('83c03933ed519be458bd8f227c27b9f95a99cb1a35c92ffee584eea2978a85b7')
build() {
cd "imageio-ffmpeg-${pkgver}"