[arch-commits] Commit in subdl/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed Sep 7 17:01:40 UTC 2016
Date: Wednesday, September 7, 2016 @ 17:01:39
Author: jlichtblau
Revision: 188947
archrelease: copy trunk to community-any
Added:
subdl/repos/community-any/PKGBUILD
(from rev 188946, subdl/trunk/PKGBUILD)
Deleted:
subdl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-09-07 17:01:14 UTC (rev 188946)
+++ PKGBUILD 2016-09-07 17:01:39 UTC (rev 188947)
@@ -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=5
-pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
-arch=('any')
-url="https://github.com/fbarthelery/$pkgname"
-license=('GPL3')
-depends=('python')
-makedepends=('git')
-source=(git+https://github.com/fbarthelery/subdl.git#commit=0d840f1)
-sha256sums=('SKIP')
-
-package() {
- cd "${srcdir}"/$pkgname
-
- install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
-}
Copied: subdl/repos/community-any/PKGBUILD (from rev 188946, subdl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-09-07 17:01:39 UTC (rev 188947)
@@ -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.0.3
+pkgrel=6
+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=d9478cc)
+sha256sums=('SKIP')
+
+package() {
+ cd "${srcdir}"/$pkgname
+
+ install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
+}
More information about the arch-commits
mailing list