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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Jan 22 16:50:50 UTC 2020


    Date: Wednesday, January 22, 2020 @ 16:50:50
  Author: jlichtblau
Revision: 554328

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 16:50:49 UTC (rev 554327)
+++ PKGBUILD	2020-01-22 16:50:50 UTC (rev 554328)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: subdl/repos/community-any/PKGBUILD (from rev 554326, subdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-22 16:50:50 UTC (rev 554328)
@@ -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=2
+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=63b3caf2f6b2bd1a6ebc9277e9d72d3b6c2f0e30)
+sha256sums=('SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  install -Dm755 $pkgname.py "${pkgdir}"/usr/bin/$pkgname
+}



More information about the arch-commits mailing list