summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRX142020-02-07 16:55:15 +0000
committerRX142020-02-07 16:55:15 +0000
commitf2664c6bb51ca8433bf8564787c05416f0a62f32 (patch)
tree1f1168aae81edb48652c9e9af8f27eb5b72867bf
parent9eaa7ce5fbcc517224a0a5478c6f13318c11cdc0 (diff)
downloadaur-f2664c6bb51ca8433bf8564787c05416f0a62f32.tar.gz
2.9.20-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f9107bfd9e..e92e0f96a37b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nadeshiko
pkgdesc = A Linux tool to cut short videos with ffmpeg
- pkgver = 2.9.18
+ pkgver = 2.9.20
pkgrel = 1
url = https://github.com/deterenkelt/nadeshiko
arch = any
@@ -23,8 +23,8 @@ pkgbase = nadeshiko
optdepends = libnotify: desktop notifications
optdepends = mpv: nadeshiko-mpv script
optdepends = gtk3: nadeshiko-mpv script
- source = nadeshiko-2.9.18.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/v2.9.18.tar.gz
- sha256sums = c32611353117dbce2cb9813f7084f403cf7ac91dac167077be9d5ece44cbcc18
+ source = nadeshiko-2.9.20.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/v2.9.20.tar.gz
+ sha256sums = 7267d19cf15317ea739d774c4010731daecd45907ac9b5521980d514b7106fa2
pkgname = nadeshiko
diff --git a/PKGBUILD b/PKGBUILD
index 2431e1916bf5..85c441391b12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephanie Hobbs (RX14) <steph@rx14.co.uk>
pkgname=nadeshiko
-pkgver=2.9.19
+pkgver=2.9.20
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=('2066bc58f2aaa64da75d00cd3a19f3c59d85379b2e8f28b9b6d115c826fa612c')
+sha256sums=('7267d19cf15317ea739d774c4010731daecd45907ac9b5521980d514b7106fa2')
prepare() {
cd $srcdir/Nadeshiko-$pkgver