[arch-commits] Commit in subdl/trunk (PKGBUILD)

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


    Date: Sunday, August 18, 2019 @ 08:42:21
  Author: jlichtblau
Revision: 500047

upgpkg: subdl 1.1.2-1 - new upstream release

Modified:
  subdl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-18 04:01:14 UTC (rev 500046)
+++ PKGBUILD	2019-08-18 08:42:21 UTC (rev 500047)
@@ -3,7 +3,7 @@
 # Contributor: rich_o <rich_o at lavabit.com>
 
 pkgname=subdl
-pkgver=1.1.0
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=ca858745049548224fd3ee2157864340ebbd8164)
 sha256sums=('SKIP')
 
 package() {
   cd "${srcdir}"/$pkgname
 
-  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
+  install -Dm755 $pkgname.py "${pkgdir}"/usr/bin/$pkgname
 }



More information about the arch-commits mailing list