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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jun 25 19:25:24 UTC 2018


    Date: Monday, June 25, 2018 @ 19:25:23
  Author: jlichtblau
Revision: 346047

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-25 19:25:10 UTC (rev 346046)
+++ PKGBUILD	2018-06-25 19:25:23 UTC (rev 346047)
@@ -1,22 +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=7
-pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
-arch=('any')
-url="https://github.com/alexanderwink/$pkgname"
-license=('GPL3')
-depends=('python')
-makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=e9e046a)
-sha256sums=('SKIP')
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
-}

Copied: subdl/repos/community-any/PKGBUILD (from rev 346046, subdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-25 19:25:23 UTC (rev 346047)
@@ -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.1.0
+pkgrel=1
+pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
+arch=('any')
+url="https://github.com/alexanderwink/$pkgname"
+license=('GPL3')
+depends=('python')
+makedepends=('git')
+source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
+sha256sums=('SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
+}



More information about the arch-commits mailing list