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

Jelle van der Waa jelle at archlinux.org
Mon Sep 11 20:09:02 UTC 2017


    Date: Monday, September 11, 2017 @ 20:09:02
  Author: jelle
Revision: 257023

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-11 20:08:52 UTC (rev 257022)
+++ PKGBUILD	2017-09-11 20:09:02 UTC (rev 257023)
@@ -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.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"
-}

Copied: sub2srt/repos/community-any/PKGBUILD (from rev 257022, sub2srt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-11 20:09:02 UTC (rev 257023)
@@ -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=2
+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