summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2016-03-25 23:44:52 +0100
committerMartchus2016-03-25 23:44:52 +0100
commit13c472539eae0f3a7f0814a8136e2c363c171bbe (patch)
tree4180727a20906b119cb74043a3c59fa8637be534
parentd4fe2e81172d7c384681a93ce727edb6b6038811 (diff)
downloadaur-13c472539eae0f3a7f0814a8136e2c363c171bbe.tar.gz
updated to 0.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e58b58344e60..8adbbc535617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 15 21:33:19 UTC 2016
+# Fri Mar 25 22:40:00 UTC 2016
pkgbase = subtitlecomposer
pkgdesc = A KDE subtitle editor
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/maxrd2/subtitlecomposer
install = subtitlecomposer.install
@@ -24,8 +24,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.1.tar.gz
- sha256sums = a49c7b7e5d8f1137373a65c9110a0934da6d827a7362dd6e7face708582c1d51
+ source = https://github.com/maxrd2/subtitlecomposer/archive/v0.6.2.tar.gz
+ sha256sums = 1d62046d4f42947f5dd8f56a5adae25ee7843e8088a167abcb636f5e8796ecd1
pkgname = subtitlecomposer
diff --git a/PKGBUILD b/PKGBUILD
index b14d89c571ca..bc5e92408982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,11 @@
# 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.
+
pkgname=subtitlecomposer
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="A KDE subtitle editor"
arch=('i686' 'x86_64')
@@ -27,7 +30,7 @@ optdepends=('mpv: for MPV backend'
'ruby: for scripting'
'python: for scripting')
source=("https://github.com/maxrd2/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('a49c7b7e5d8f1137373a65c9110a0934da6d827a7362dd6e7face708582c1d51')
+sha256sums=('1d62046d4f42947f5dd8f56a5adae25ee7843e8088a167abcb636f5e8796ecd1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -43,4 +46,4 @@ build() {
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-}
+}