summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRX142019-01-06 10:46:45 +0000
committerRX142019-01-06 10:46:45 +0000
commite0efe8954037394ae0cbef7a12f87b81665bdde4 (patch)
treec24cb2acc42db85ec771a23c8053618db89c8a38
parentb2f8fc72718cb57ea345ccfe3c47e44a7a1080aa (diff)
downloadaur-e0efe8954037394ae0cbef7a12f87b81665bdde4.tar.gz
2.3.10-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba8c1f1e7295..f9836e1f07db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 3 19:32:26 UTC 2018
+# Sun Jan 6 10:46:14 UTC 2019
pkgbase = nadeshiko
pkgdesc = A Linux tool to cut short videos with ffmpeg
- pkgver = 2.3.8
+ pkgver = 2.3.10
pkgrel = 1
url = https://github.com/deterenkelt/nadeshiko
arch = any
@@ -25,8 +25,8 @@ pkgbase = nadeshiko
optdepends = libnotify: desktop notifications
optdepends = mpv: nadeshiko-mpv script
optdepends = gtk3: nadeshiko-mpv script
- source = nadeshiko-2.3.8.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/v2.3.8.tar.gz
- sha256sums = ea68378da44a69cae3ec08d582d26929911651fc431c1bd2dad0303adfd21515
+ source = nadeshiko-2.3.10.tar.gz::https://github.com/deterenkelt/nadeshiko/archive/2.3.10.tar.gz
+ sha256sums = 6f76d31d81d323693a3deb676d6495816309eb13dac5ff03e4d7a3b42a377419
pkgname = nadeshiko
diff --git a/PKGBUILD b/PKGBUILD
index 864e544f90c2..a8710c74df2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Hobbs (RX14) <chris@rx14.co.uk>
pkgname=nadeshiko
-pkgver=2.3.8
+pkgver=2.3.10
pkgrel=1
pkgdesc="A Linux tool to cut short videos with ffmpeg"
arch=('any')
@@ -12,8 +12,8 @@ depends=("wget" "bc" "xdg-utils" "xdg-user-dirs" "ffmpeg" "mediainfo" "perl-file
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=('ea68378da44a69cae3ec08d582d26929911651fc431c1bd2dad0303adfd21515')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/deterenkelt/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('6f76d31d81d323693a3deb676d6495816309eb13dac5ff03e4d7a3b42a377419')
package() {
cd $srcdir/Nadeshiko-$pkgver