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 0b0de43c8207..fa03716cf00c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chestnut
pkgdesc = An open-source NLE video editor
- pkgver = 0.2.0
+ pkgver = 0.2.1
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.2.0.tar.gz
- md5sums = 37d4c7daf5a20e8c4621a830bc5d3f1f
+ source = https://github.com/jonno85uk/chestnut/archive/v0.2.1.tar.gz
+ md5sums = 05e8bc2229eae7335c3b81f13be4e3c6
pkgname = chestnut
diff --git a/PKGBUILD b/PKGBUILD
index 5f12be47dddc..2d1e4561186c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jon Noble <jonnobleuk@gmail.com>
pkgname=chestnut
-pkgver=0.2.0
+pkgver=0.2.1
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=('37d4c7daf5a20e8c4621a830bc5d3f1f')
+md5sums=('05e8bc2229eae7335c3b81f13be4e3c6')
prepare() {
rm -rf "chestnut"