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

Timothy Redaelli tredaelli at nymeria.archlinux.org
Tue Apr 22 15:23:52 UTC 2014


    Date: Tuesday, April 22, 2014 @ 17:23:52
  Author: tredaelli
Revision: 109959

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-22 15:23:45 UTC (rev 109958)
+++ PKGBUILD	2014-04-22 15:23:52 UTC (rev 109959)
@@ -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.3
-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=(http://www.robelix.com/sub2srt/download/$pkgname-$pkgver.tar.gz)
-md5sums=('ce2dd86b008ab61b70cd1f2ed6054a4b')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
-}

Copied: sub2srt/repos/community-any/PKGBUILD (from rev 109958, sub2srt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-22 15:23:52 UTC (rev 109959)
@@ -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.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"
+}




More information about the arch-commits mailing list