summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaikel Llamaret Heredia2019-08-07 11:16:37 -0400
committerMaikel Llamaret Heredia2019-08-07 11:16:37 -0400
commit7944e4afcc99541d82affe18e4d8fa3408f1b5aa (patch)
treed4f58b6fff6a4b7a54b83f343ab7248d9cf2376b
parentafc689b3eb5c445ad675c9e18192d4da554dd8e1 (diff)
downloadaur-7944e4afcc99541d82affe18e4d8fa3408f1b5aa.tar.gz
Cambio a version 1.4.1 fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5cb0e417bb8..ca3729fce544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = videomorph
depends = ffmpeg
depends = python-pyqt5
source = https://github.com/videomorph-dev/videomorph/archive/1.4.1.tar.gz
- md5sums = 46789b8c4bb7157f6ca38116212debf7
+ md5sums = 79e370fc3c590b970ced1d71f49fdcde
pkgname = videomorph
diff --git a/PKGBUILD b/PKGBUILD
index 41a8d44b3995..c2580a4994e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/videomorph-dev/videomorph'
license=('Apache-2.0')
depends=('python' 'ffmpeg' 'python-pyqt5')
source=('https://github.com/videomorph-dev/videomorph/archive/1.4.1.tar.gz')
-md5sums=('46789b8c4bb7157f6ca38116212debf7')
+md5sums=('79e370fc3c590b970ced1d71f49fdcde')
build() {
cd ${pkgname}-${pkgver}