From 388540c9b3e3e97ba5412b7f2e46ba952a9af300 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 11 Feb 2018 22:44:13 +0100 Subject: [PATCH] Update subtitlecomposer to 0.6.6 --- subtitlecomposer/default/PKGBUILD | 6 +++--- subtitlecomposer/git/PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subtitlecomposer/default/PKGBUILD b/subtitlecomposer/default/PKGBUILD index 72b8efdc..c301d941 100644 --- a/subtitlecomposer/default/PKGBUILD +++ b/subtitlecomposer/default/PKGBUILD @@ -12,8 +12,8 @@ # you also find the URL of (another) binary repository (i686 and x86_64). pkgname=subtitlecomposer -pkgver=0.6.5 -pkgrel=2 +pkgver=0.6.6 +pkgrel=1 pkgdesc="A KDE subtitle editor" arch=('i686' 'x86_64') url="https://github.com/maxrd2/${pkgname}" @@ -37,7 +37,7 @@ optdepends=('mplayer: MPlayer backend' 'python: scripting') source=("https://github.com/maxrd2/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('26503c5f7ede37f482bd2da6b4acc8df83c0e5c18f38df011ce0f567a1422563') +sha256sums=('6cd1d74f7934cdaa5d492f47da4143bd096a6196f2afcb2827cada9a3cdb2ea4') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/subtitlecomposer/git/PKGBUILD b/subtitlecomposer/git/PKGBUILD index 1503c34f..a27c3305 100644 --- a/subtitlecomposer/git/PKGBUILD +++ b/subtitlecomposer/git/PKGBUILD @@ -13,7 +13,7 @@ _name=subtitlecomposer pkgname=${_name}-git -pkgver=0.6.5 +pkgver=0.6.6 pkgrel=1 pkgdesc="A KDE subtitle editor" arch=('i686' 'x86_64')