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

Felix Yan fyan at archlinux.org
Fri Dec 26 13:51:20 UTC 2014


    Date: Friday, December 26, 2014 @ 14:51:20
  Author: fyan
Revision: 124647

archrelease: copy trunk to community-any

Added:
  ydcv/repos/community-any/PKGBUILD
    (from rev 124646, ydcv/trunk/PKGBUILD)
Deleted:
  ydcv/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-26 13:51:00 UTC (rev 124646)
+++ PKGBUILD	2014-12-26 13:51:20 UTC (rev 124647)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=ydcv
-pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv)"
-pkgver=0.3.5
-pkgrel=1
-arch=("any")
-url="https://github.com/felixonmars/ydcv"
-license=("GPL")
-depends=('python')
-makedepends=('git')
-source=("git+https://github.com/felixonmars/${pkgname}.git#tag=$pkgver")
-md5sums=('SKIP')
-
-package() {
-  install -Dm755 $pkgname/${pkgname}.py "${pkgdir}/usr/bin/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ydcv/repos/community-any/PKGBUILD (from rev 124646, ydcv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-26 13:51:20 UTC (rev 124647)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=ydcv
+pkgdesc="YouDao Console Version - Simple wrapper for Youdao online translate (Chinese <-> English) service API, as an alternative to the StarDict Console Version(sdcv)"
+pkgver=0.3.6
+pkgrel=1
+arch=("any")
+url="https://github.com/felixonmars/ydcv"
+license=("GPL")
+depends=('python')
+makedepends=('git')
+source=("git+https://github.com/felixonmars/${pkgname}.git#tag=$pkgver")
+md5sums=('SKIP')
+
+package() {
+  install -Dm755 $pkgname/${pkgname}.py "${pkgdir}/usr/bin/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list