summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burrett2017-08-25 20:17:00 +0100
committerNick Burrett2017-08-25 20:17:00 +0100
commit073c59a752766387660779f94a0e0a213c668631 (patch)
treea029575ae38ba898f6b5e7ebbed595a1bbd3af26
parent9a6a4fddeb7ea812534dcd8541568c2bd529ace5 (diff)
downloadaur-073c59a752766387660779f94a0e0a213c668631.tar.gz
Version 0.82.002
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--comskip-version.patch2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56bcfbb9df05..c339992b3971 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 10 20:24:38 UTC 2017
+# Fri Aug 25 19:16:31 UTC 2017
pkgbase = comskip
pkgdesc = Comskip is a free MPEG commercial break detector.
- pkgver = 0.81.095
- pkgrel = 3
+ pkgver = 0.82.002
+ pkgrel = 1
epoch = 1
url = http://github.com/erikkaashoek/Comskip
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = comskip
source = comskip::git+https://github.com/erikkaashoek/Comskip#commit=0bf473cb5be4b754f01f95fb3cffd120f5f1985a
source = comskip-version.patch
sha256sums = SKIP
- sha256sums = 79e992be77b0408dfe8651022f9784bf02336326b0ec4cc636ac2ebed690e134
+ sha256sums = 7bf06bef3c4d26b6aad1bd0714b2b365bbd0c76bb491bf8ec42d8752ff442cd0
pkgname = comskip
diff --git a/PKGBUILD b/PKGBUILD
index 200b24e5d7ba..4775660e28ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Burrett <nick@sqrt.co.uk>
pkgname=comskip
-pkgver=0.81.095
-pkgrel=3
+pkgver=0.82.002
+pkgrel=1
epoch=1
pkgdesc='Comskip is a free MPEG commercial break detector'.
_gitname='comskip'
@@ -13,7 +13,7 @@ depends=('ffmpeg' 'argtable')
source=("${_gitname}::git+https://github.com/erikkaashoek/Comskip#commit=0bf473cb5be4b754f01f95fb3cffd120f5f1985a"
"comskip-version.patch")
sha256sums=('SKIP'
- '79e992be77b0408dfe8651022f9784bf02336326b0ec4cc636ac2ebed690e134')
+ '7bf06bef3c4d26b6aad1bd0714b2b365bbd0c76bb491bf8ec42d8752ff442cd0')
prepare() {
cd "${srcdir}/${_gitname}"
diff --git a/comskip-version.patch b/comskip-version.patch
index c50253601939..cbd97b00221f 100644
--- a/comskip-version.patch
+++ b/comskip-version.patch
@@ -2,7 +2,7 @@
+++ comskip/configure.ac 2017-05-12 16:57:43.845506928 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Comskip], [0.81.089], [https://github.com/erikkaashoek/Comskip/issues])
-+AC_INIT([Comskip], [0.81.095], [https://github.com/erikkaashoek/Comskip/issues])
++AC_INIT([Comskip], [0.82.002], [https://github.com/erikkaashoek/Comskip/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
: ${CFLAGS=""}