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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Mar 3 17:33:04 UTC 2016


    Date: Thursday, March 3, 2016 @ 18:33:04
  Author: jlichtblau
Revision: 164546

archrelease: copy trunk to community-any

Added:
  subdl/repos/community-any/PKGBUILD
    (from rev 164545, subdl/trunk/PKGBUILD)
Deleted:
  subdl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 ++++++++++++++++++++++------------------------
 1 file changed, 22 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-03 17:32:52 UTC (rev 164545)
+++ PKGBUILD	2016-03-03 17:33:04 UTC (rev 164546)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: rich_o <rich_o at lavabit.com>
-
-pkgname=subdl
-pkgver=1.0.3
-pkgrel=4
-pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
-arch=('any')
-url="https://github.com/akexakex/$pkgname"
-license=('GPL3')
-depends=('python2')
-makedepends=('git')
-source=(git+https://github.com/akexakex/subdl.git#commit=dd6ddb6)
-sha256sums=('SKIP')
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  sed -i 's|usr/bin/python$|\02|' $pkgname
-
-  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
-}

Copied: subdl/repos/community-any/PKGBUILD (from rev 164545, subdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-03 17:33:04 UTC (rev 164546)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: rich_o <rich_o at lavabit.com>
+
+pkgname=subdl
+pkgver=1.0.3
+pkgrel=5
+pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
+arch=('any')
+url="https://github.com/fbarthelery/$pkgname"
+license=('GPL3')
+depends=('python')
+makedepends=('git')
+source=(git+https://github.com/fbarthelery/subdl.git#commit=0d840f1)
+sha256sums=('SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
+}



More information about the arch-commits mailing list