[arch-commits] Commit in sub2srt/repos/community-any (PKGBUILD PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Mon Mar 30 15:21:59 UTC 2015


    Date: Monday, March 30, 2015 @ 17:21:59
  Author: tredaelli
Revision: 130307

archrelease: copy trunk to community-any

Added:
  sub2srt/repos/community-any/PKGBUILD
    (from rev 130306, sub2srt/trunk/PKGBUILD)
Deleted:
  sub2srt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-30 15:21:41 UTC (rev 130306)
+++ PKGBUILD	2015-03-30 15:21:59 UTC (rev 130307)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=sub2srt
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="A simple tool to convert 2 common subtitle formats to .srt format"
-arch=('any')
-url="http://www.robelix.com/sub2srt/"
-license=('GPL')
-depends=('perl')
-source=(https://github.com/robelix/sub2srt/archive/$pkgver.tar.gz)
-md5sums=('5c1aec7c2be9010549f0bab826bcf942')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
-}

Copied: sub2srt/repos/community-any/PKGBUILD (from rev 130306, sub2srt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-30 15:21:59 UTC (rev 130307)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=sub2srt
+pkgver=0.5.5
+pkgrel=1
+pkgdesc="A simple tool to convert 2 common subtitle formats to .srt format"
+arch=('any')
+url="http://www.robelix.com/sub2srt/"
+license=('GPL')
+depends=('perl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/robelix/sub2srt/archive/$pkgver.tar.gz)
+md5sums=('e68b22eca94ae7b9207a4f9c46c17ad5')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
+}



More information about the arch-commits mailing list