summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRX142019-06-12 15:33:26 +0100
committerRX142019-06-12 15:33:26 +0100
commit825a6f790615aa7a39dcfd39267a78922812bdb2 (patch)
tree514e9993c52293d1ef9ad55c768876bb97f5d80d
parent8eb31c050669eae1a38a71a48c12606caf87f4df (diff)
downloadaur-825a6f790615aa7a39dcfd39267a78922812bdb2.tar.gz
2.8.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d25f64d5e29..d7c4ed5b39f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nadeshiko
pkgdesc = A Linux tool to cut short videos with ffmpeg
- pkgver = 2.7
+ pkgver = 2.8.6
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.7.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/v2.7.tar.gz
- sha256sums = a14ebffcfcf94ec3f23a4dcf2b79a3ee9af57518a69cb16a718efb6d33ffa6cc
+ source = nadeshiko-2.8.6.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/v2.8.6.tar.gz
+ sha256sums = bb2b712adac814a1cc81fb8a09f9c59664c15cad83ff62eeec248bdedbefd5cd
pkgname = nadeshiko
diff --git a/PKGBUILD b/PKGBUILD
index 064ebcf3c81e..214af7fe488e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Hobbs (RX14) <chris@rx14.co.uk>
pkgname=nadeshiko
-pkgver=2.7
+pkgver=2.8.6
pkgrel=1
pkgdesc="A Linux tool to cut short videos with ffmpeg"
arch=('any')
@@ -13,12 +13,12 @@ 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=('a14ebffcfcf94ec3f23a4dcf2b79a3ee9af57518a69cb16a718efb6d33ffa6cc')
+sha256sums=('bb2b712adac814a1cc81fb8a09f9c59664c15cad83ff62eeec248bdedbefd5cd')
prepare() {
cd $srcdir/Nadeshiko-$pkgver
- sed -i 's/check_for_updates=yes/check_for_updates=no/' exampleconf/example.nadeshiko.rc.sh
+ sed -i 's/check_for_updates=yes/check_for_updates=no/' defconf/nadeshiko.10_main.rc.sh
}
package() {