summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2020-03-18 10:44:44 +0100
committerbitwave2020-03-18 10:44:44 +0100
commit0fb8de93d9ffc018ed3e062ca222350969694202 (patch)
tree105746099056bcad859f0a186840ffd1650772aa
parent7e81a5a5d3c2cabd58b3be10fabfdf3f8fcd1797 (diff)
downloadaur-0fb8de93d9ffc018ed3e062ca222350969694202.tar.gz
updated version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a37474313eed..fa3e83de219c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-moviepy
pkgdesc = Video editing with Python
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 3
url = https://zulko.github.io/moviepy/
arch = any
@@ -18,8 +18,8 @@ pkgbase = python-moviepy
depends = python-tqdm
depends = python-imageio
depends = python-proglog
- source = https://files.pythonhosted.org/packages/source/m/moviepy/moviepy-1.0.0.tar.gz
- sha256sums = 16c7ffca23d90c76dd7b163f648c8166dfd589b7c180b8ff75aa327ae0a2fc6d
+ source = https://files.pythonhosted.org/packages/source/m/moviepy/moviepy-1.0.1.tar.gz
+ sha256sums = 9d5b0a0e884c0eb92c431baa110e560059720aab15d2ef3e4cba3892c34cf1ed
pkgname = python-moviepy
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 59dbd0bd61d6..0f0865d3f6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-moviepy'
pkgname=('python-moviepy')
_module='moviepy'
-pkgver='1.0.0'
+pkgver='1.0.1'
pkgrel=3
pkgdesc="Video editing with Python"
url="https://zulko.github.io/moviepy/"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('16c7ffca23d90c76dd7b163f648c8166dfd589b7c180b8ff75aa327ae0a2fc6d')
+sha256sums=('9d5b0a0e884c0eb92c431baa110e560059720aab15d2ef3e4cba3892c34cf1ed')
build() {
cd "${srcdir}/${_module}-${pkgver}"