summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f099f4a635dd..b3a10b6aef55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chestnut
pkgdesc = An open-source NLE video editor
- pkgver = 0.1.1
+ pkgver = 0.1.2
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.1.tar.gz
- md5sums = 7fc612bc1c17c05deb5493183d6b36fc
+ source = https://github.com/jonno85uk/chestnut/archive/v0.1.2.tar.gz
+ md5sums = c6b4754afd72c85251846c7c71a2b351
pkgname = chestnut
diff --git a/PKGBUILD b/PKGBUILD
index 52c47f1e9fec..9fe8eb72e24e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jon Noble <jonnobleuk@gmail.com>
pkgname=chestnut
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="An open-source NLE video editor "
arch=(x86_64)
@@ -15,14 +15,14 @@ replaces=()
backup=()
options=()
install=
-source=('https://github.com/jonno85uk/chestnut/archive/v0.1.1.tar.gz')
+source=("https://github.com/jonno85uk/chestnut/archive/v${pkgver}.tar.gz")
noextract=()
-md5sums=('7fc612bc1c17c05deb5493183d6b36fc')
+md5sums=('c6b4754afd72c85251846c7c71a2b351')
prepare() {
rm -rf "chestnut"
- tar xaf v0.1.1.tar.gz
- mv chestnut-0.1.1 chestnut
+ tar xaf v${pkgver}.tar.gz
+ mv chestnut-${pkgver} chestnut
cd chestnut
qmake CONFIG+=release
}