summaryrefslogtreecommitdiff
path: root/pcr/ccextractor
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-20 21:12:44 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-20 21:12:44 +0100
commitf79b2631b21d387d28cd77d72fc3bebfe29c94db (patch)
tree01290103d2da80c1f40b0a2d6ca9fd48b7d3fe0b /pcr/ccextractor
parent2abb02c95a22a6f0d5ef2a51faa7aed4a9c2ed13 (diff)
pcr/ccextractor: updated to 0.85
Diffstat (limited to 'pcr/ccextractor')
-rw-r--r--pcr/ccextractor/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/pcr/ccextractor/PKGBUILD b/pcr/ccextractor/PKGBUILD
index a8f9a4b07..fc272c032 100644
--- a/pcr/ccextractor/PKGBUILD
+++ b/pcr/ccextractor/PKGBUILD
@@ -6,18 +6,21 @@
# Current source for PKGBUILD can be found at
# https://github.com/cacack/pkgbuilds/tree/master/ccextractor
+# parabola changes and rationale:
+# no changes.
+
pkgname=ccextractor
-pkgver=0.84
+pkgver=0.85
pkgrel=1
pkgdesc="A fast closed captions extractor for MPEG files."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://www.ccextractor.org"
license=('GPL')
depends=('gcc-libs' 'tesseract')
source=(
- http://downloads.sourceforge.net/ccextractor/$pkgname.src.$pkgver.zip
+ http://downloads.sourceforge.net/ccextractor/$pkgname-src-nowin.$pkgver.zip
)
-sha512sums=('1d6671c4d42915a61f3fd48ea693d4791048bc052a9859fbe4bdf32e551aa880517f0b6712e7c7588fe49127e491324c1eee9c1a17cb805879d6a03c775480cd')
+sha512sums=('53adc017b7b1679302677e3773aabdcceddabdd8a6550cf8b9fb98150b7323a1cc6dbe67a48ebcdf22a4d013c00831907799032dd0f7f6f06943252be8177cec')
build() {
cd "$srcdir/$pkgname/linux"