summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-09-29 15:51:00 +0200
committersoloturn2020-09-29 15:51:00 +0200
commitdf5a7d928179adb9a3ca7ded2616b27199ab9c40 (patch)
tree788732992f88fbefa08c5b3ca56f2046b3d7f49c
parent47c29856367c98c6b7a6a65ab867069b0c861d53 (diff)
downloadaur-df5a7d928179adb9a3ca7ded2616b27199ab9c40.tar.gz
update to editly-0.7.0
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d56225f3da..78c2fceb5338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nodejs-editly
- pkgdesc = Declarative NLE (non-linear video editing) using Node.js and ffmpeg.
- pkgver = 0.4.0
+ pkgdesc = create video from a set of clips, images and titles, NLE, non-linear video editing
+ pkgver = 0.7.0
pkgrel = 0
url = https://github.com/mifi/editly
arch = any
diff --git a/.gitignore b/.gitignore
index 417d5f197766..16e2e780964f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
/pkg/
-
+/*.zst
diff --git a/PKGBUILD b/PKGBUILD
index 58b92ec983d5..caa575affcd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=editly
pkgname=nodejs-$_npmname # All lowercase
-pkgver=0.4.0
+pkgver=0.7.0
pkgrel=0
pkgdesc='create video from a set of clips, images and titles, NLE, non-linear video editing'
arch=('any')