summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2018-10-21 18:45:35 +0200
committermrxx2018-10-21 18:45:35 +0200
commitf9d5e27b40b79520d262411b2a64d37286321ee9 (patch)
tree15141b45c58b60a18157e7ee5eda6e1b64304e33
parent2916ebedd130e93d6bf0227b931fb419a86c9b74 (diff)
downloadaur-sub2srt.tar.gz
Change upstream URL to https, switch to sha1sums
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdc56c37a1d8..71a59035417f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sub2srt
- pkgdesc = A simple tool to convert 2 common subtitle formats to .srt format
+ pkgdesc = Convert subtitles from .sub to subviewer .srt format
pkgver = 0.5.5
- pkgrel = 2
- url = http://www.robelix.com/sub2srt/
+ pkgrel = 3
+ url = https://github.com/robelix/sub2srt
arch = any
license = GPL
depends = perl
source = sub2srt-0.5.5.tar.gz::https://github.com/robelix/sub2srt/archive/0.5.5.tar.gz
- md5sums = e68b22eca94ae7b9207a4f9c46c17ad5
+ sha1sums = 0573f63a30d36990e594210152dd854fe884f0eb
pkgname = sub2srt
diff --git a/PKGBUILD b/PKGBUILD
index af71c89e8244..b7c315bc56f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 257022 2017-09-11 20:08:52Z jelle $
-# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Maintainer: mrxx <mrxx at cyberhome dot at>
+# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=sub2srt
pkgver=0.5.5
-pkgrel=2
-pkgdesc="A simple tool to convert 2 common subtitle formats to .srt format"
+pkgrel=3
+pkgdesc="Convert subtitles from .sub to subviewer .srt format"
arch=('any')
-url="http://www.robelix.com/sub2srt/"
+url="https://github.com/robelix/sub2srt"
license=('GPL')
depends=('perl')
source=($pkgname-$pkgver.tar.gz::https://github.com/robelix/sub2srt/archive/$pkgver.tar.gz)
-md5sums=('e68b22eca94ae7b9207a4f9c46c17ad5')
+sha1sums=('0573f63a30d36990e594210152dd854fe884f0eb')
package() {
cd "$srcdir/$pkgname-$pkgver"