summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitwave2020-03-18 10:44:44 +0100
committerbitwave2020-03-18 10:44:44 +0100
commit0fb8de93d9ffc018ed3e062ca222350969694202 (patch)
tree105746099056bcad859f0a186840ffd1650772aa /PKGBUILD
parent7e81a5a5d3c2cabd58b3be10fabfdf3f8fcd1797 (diff)
downloadaur-0fb8de93d9ffc018ed3e062ca222350969694202.tar.gz
updated version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"