summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-02-11 22:45:00 +0100
committerMartchus2018-02-11 22:45:00 +0100
commit1c2099ec37d5f6c9980346c65c6416b771adf891 (patch)
tree784d89d2f33f627619e7ae820e4f561f7847e5ca
parent927c66f9ae76266ea78b63adea2aa86869b93f5f (diff)
downloadaur-1c2099ec37d5f6c9980346c65c6416b771adf891.tar.gz
Update to 0.6.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f53d170085a2..7284a7cd3436 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 29 19:44:46 UTC 2017
+# Sun Feb 11 21:45:00 UTC 2018
pkgbase = subtitlecomposer
pkgdesc = A KDE subtitle editor
- pkgver = 0.6.5
- pkgrel = 2
+ pkgver = 0.6.6
+ pkgrel = 1
url = https://github.com/maxrd2/subtitlecomposer
arch = i686
arch = x86_64
@@ -26,8 +26,8 @@ pkgbase = subtitlecomposer
optdepends = kross-interpreters: for ruby and python scripting support
optdepends = ruby: scripting
optdepends = python: scripting
- source = https://github.com/maxrd2/subtitlecomposer/archive/v0.6.5.tar.gz
- sha256sums = 26503c5f7ede37f482bd2da6b4acc8df83c0e5c18f38df011ce0f567a1422563
+ source = https://github.com/maxrd2/subtitlecomposer/archive/v0.6.6.tar.gz
+ sha256sums = 6cd1d74f7934cdaa5d492f47da4143bd096a6196f2afcb2827cada9a3cdb2ea4
pkgname = subtitlecomposer
diff --git a/PKGBUILD b/PKGBUILD
index 72b8efdc366d..c301d9416581 100644
--- a/PKGBUILD
+++ b/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}