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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Aug 18 08:42:30 UTC 2019


    Date: Sunday, August 18, 2019 @ 08:42:29
  Author: jlichtblau
Revision: 500048

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-18 08:42:21 UTC (rev 500047)
+++ PKGBUILD	2019-08-18 08:42:29 UTC (rev 500048)
@@ -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.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
-}

Copied: subdl/repos/community-any/PKGBUILD (from rev 500047, subdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-18 08:42:29 UTC (rev 500048)
@@ -0,0 +1,21 @@
+# 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.2
+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=ca858745049548224fd3ee2157864340ebbd8164)
+sha256sums=('SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  install -Dm755 $pkgname.py "${pkgdir}"/usr/bin/$pkgname
+}



More information about the arch-commits mailing list