Date: Tuesday, September 27, 2022 @ 19:18:53
  Author: jlichtblau
Revision: 1312817

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-27 19:18:46 UTC (rev 1312816)
+++ PKGBUILD    2022-09-27 19:18:53 UTC (rev 1312817)
@@ -1,21 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Geoffroy Carrier <[email protected]>
-# Contributor: rich_o <[email protected]>
-
-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
-}

Copied: subdl/repos/community-any/PKGBUILD (from rev 1312816, 
subdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-27 19:18:53 UTC (rev 1312817)
@@ -0,0 +1,22 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Geoffroy Carrier <[email protected]>
+# Contributor: rich_o <[email protected]>
+
+pkgname=subdl
+pkgver=1.1.2
+pkgrel=3
+pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
+arch=('any')
+url="https://github.com/alexanderwink/$pkgname";
+license=('GPL3')
+depends=('python')
+optdepends=('python-chardet: encoding detector')
+makedepends=('git')
+source=(git+https://github.com/alexanderwink/subdl.git#commit=da2398546c33da1665dbc2d985b30d959c6f5a0c)
+sha256sums=('SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  install -Dm755 $pkgname.py "${pkgdir}"/usr/bin/$pkgname
+}

Reply via email to