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

Felix Yan fyan at archlinux.org
Wed Nov 25 02:52:21 UTC 2015


    Date: Wednesday, November 25, 2015 @ 03:52:21
  Author: fyan
Revision: 147751

archrelease: copy trunk to community-any

Added:
  dg/repos/community-any/PKGBUILD
    (from rev 147750, dg/trunk/PKGBUILD)
Deleted:
  dg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-25 02:52:03 UTC (rev 147750)
+++ PKGBUILD	2015-11-25 02:52:21 UTC (rev 147751)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=dg
-pkgver=1.1.0.20151005
-_commit=8a2f9210352216855d0da04fdbb60e8080820bd6
-pkgrel=1
-pkgdesc="A simple language that compiles to CPython bytecode"
-arch=('any')
-url="https://pyos.github.io/dg"
-license=('MIT')
-depends=('python')
-makedepends=('git')
-source=("git://github.com/pyos/dg.git#commit=$_commit")
-md5sums=('SKIP')
-
-package() {
-  cd dg
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dg/repos/community-any/PKGBUILD (from rev 147750, dg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-25 02:52:21 UTC (rev 147751)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dg
+pkgver=1.1.0.20151115
+_commit=c9aeb8adcec1546aeaa82b7aeba7aad563079ed9
+pkgrel=1
+pkgdesc="A simple language that compiles to CPython bytecode"
+arch=('any')
+url="https://pyos.github.io/dg"
+license=('MIT')
+depends=('python')
+makedepends=('git')
+source=("git://github.com/pyos/dg.git#commit=$_commit")
+md5sums=('SKIP')
+
+package() {
+  cd dg
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list