summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 731fabaced71..0b0de43c8207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chestnut
pkgdesc = An open-source NLE video editor
- pkgver = 0.1.3
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/jonno85uk/chestnut
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = chestnut
depends = qt5-multimedia
provides = chestnut
conflicts = chestnut-git
- source = https://github.com/jonno85uk/chestnut/archive/v0.1.3.tar.gz
- md5sums = f83a9cf655c20ca9108d5527cc9838d9
+ source = https://github.com/jonno85uk/chestnut/archive/v0.2.0.tar.gz
+ md5sums = 37d4c7daf5a20e8c4621a830bc5d3f1f
pkgname = chestnut
diff --git a/PKGBUILD b/PKGBUILD
index 46e7b4a27a1a..5f12be47dddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jon Noble <jonnobleuk@gmail.com>
pkgname=chestnut
-pkgver=0.1.3
+pkgver=0.2.0
pkgrel=1
pkgdesc="An open-source NLE video editor "
arch=(x86_64)
@@ -17,7 +17,7 @@ options=()
install=
source=("https://github.com/jonno85uk/chestnut/archive/v${pkgver}.tar.gz")
noextract=()
-md5sums=('f83a9cf655c20ca9108d5527cc9838d9')
+md5sums=('37d4c7daf5a20e8c4621a830bc5d3f1f')
prepare() {
rm -rf "chestnut"