summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRX142019-06-14 14:56:03 +0100
committerRX142019-06-14 14:56:03 +0100
commit057a74e31c9abd2309153bf5af97f9a6c4fb5a51 (patch)
treecaf818732cf1720a32586c26d320d68274c87e97
parent825a6f790615aa7a39dcfd39267a78922812bdb2 (diff)
downloadaur-057a74e31c9abd2309153bf5af97f9a6c4fb5a51.tar.gz
2.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7c4ed5b39f2..99ae4fed255c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nadeshiko
pkgdesc = A Linux tool to cut short videos with ffmpeg
- pkgver = 2.8.6
+ pkgver = 2.9
pkgrel = 1
url = https://github.com/deterenkelt/nadeshiko
arch = any
@@ -22,8 +22,8 @@ pkgbase = nadeshiko
optdepends = libnotify: desktop notifications
optdepends = mpv: nadeshiko-mpv script
optdepends = gtk3: nadeshiko-mpv script
- source = nadeshiko-2.8.6.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/v2.8.6.tar.gz
- sha256sums = bb2b712adac814a1cc81fb8a09f9c59664c15cad83ff62eeec248bdedbefd5cd
+ source = nadeshiko-2.9.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/v2.9.tar.gz
+ sha256sums = 3dba7f1cb3104612f538ea934f8728adff26327f08f31c9302f15f1d90423196
pkgname = nadeshiko
diff --git a/PKGBUILD b/PKGBUILD
index 214af7fe488e..440fe04d151e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Hobbs (RX14) <chris@rx14.co.uk>
pkgname=nadeshiko
-pkgver=2.8.6
+pkgver=2.9
pkgrel=1
pkgdesc="A Linux tool to cut short videos with ffmpeg"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=("libnotify: desktop notifications"
"mpv: nadeshiko-mpv script"
"gtk3: nadeshiko-mpv script")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/deterenkelt/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('bb2b712adac814a1cc81fb8a09f9c59664c15cad83ff62eeec248bdedbefd5cd')
+sha256sums=('3dba7f1cb3104612f538ea934f8728adff26327f08f31c9302f15f1d90423196')
prepare() {
cd $srcdir/Nadeshiko-$pkgver