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