summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-05-07 21:59:50 +0200
committerMartchus2016-05-07 21:59:50 +0200
commit56e105d57703bf53c14b2cc5e7d8487dd73754ca (patch)
tree1673ba07c647514392d38e346e4b43a9750f156c
parent03e44b921a4b4f02c1ba8defcbbfebef62babcc8 (diff)
downloadaur-56e105d57703bf53c14b2cc5e7d8487dd73754ca.tar.gz
updated to 0.6.4
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74279dd0e284..8f546984a697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Apr 12 21:23:33 UTC 2016
+# Sat May 7 19:59:12 UTC 2016
pkgbase = subtitlecomposer
pkgdesc = A KDE subtitle editor
- pkgver = 0.6.3
- pkgrel = 2
+ pkgver = 0.6.4
+ pkgrel = 1
url = https://github.com/maxrd2/subtitlecomposer
- install = subtitlecomposer.install
arch = i686
arch = x86_64
license = GPL
@@ -24,8 +23,8 @@ pkgbase = subtitlecomposer
optdepends = xine-lib: for Xine backend
optdepends = ruby: for scripting
optdepends = python: for scripting
- source = https://github.com/maxrd2/subtitlecomposer/archive/v0.6.3.tar.gz
- sha256sums = 5dd2a74f16bc3c0b8771690a0fdc0a6928c38578ad2d27a1c84df6890e41fbf8
+ source = https://github.com/maxrd2/subtitlecomposer/archive/v0.6.4.tar.gz
+ sha256sums = 030f3a33dccdc95b890c06de6f2566c4e6ec85264c8bc47430c72c137ce74f91
pkgname = subtitlecomposer
diff --git a/PKGBUILD b/PKGBUILD
index df0aac195d81..e1a9bd419c02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Martchus <martchus@gmx.net>
# Contributor: Mladen Milinkovic <maxrd2@smoothware.net>
-# You can install/update Subtitle Composer from repository if you add following to /etc/pacman.conf
+# You can install/update Subtitle Composer from repository
+# if you add following to /etc/pacman.conf (x86_64 only)
# [subtitlecomposer]
# # Subtitle Composer
# SigLevel = PackageRequired
# Server = http://smoothware.net/$repo/$arch
# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
-# you also find the URL of a binary repository.
+# you also find the URL of (another) binary repository (i686 and x86_64).
pkgname=subtitlecomposer
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
pkgdesc="A KDE subtitle editor"
arch=('i686' 'x86_64')
url="https://github.com/maxrd2/${pkgname}"
@@ -23,14 +24,13 @@ makedepends=('extra-cmake-modules')
# building of plugins for MPV and Xine player backends.
makedepends+=('xine-lib')
makedepends+=('mpv')
-install=${pkgname}.install
optdepends=('mpv: for MPV backend'
'mplayer: for MPlayer backend'
'xine-lib: for Xine backend'
'ruby: for scripting'
'python: for scripting')
source=("https://github.com/maxrd2/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5dd2a74f16bc3c0b8771690a0fdc0a6928c38578ad2d27a1c84df6890e41fbf8')
+sha256sums=('030f3a33dccdc95b890c06de6f2566c4e6ec85264c8bc47430c72c137ce74f91')
build() {
cd ${srcdir}/${pkgname}-${pkgver}