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

Felix Yan felixonmars at archlinux.org
Sat Jan 7 03:10:14 UTC 2017


    Date: Saturday, January 7, 2017 @ 03:10:13
  Author: felixonmars
Revision: 205853

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-07 03:09:42 UTC (rev 205852)
+++ PKGBUILD	2017-01-07 03:10:13 UTC (rev 205853)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=dg
-pkgver=1.1.0.20160303
-_commit=6f97648e74fb0e952107bf7aa9f30d0276b2bd47
-pkgrel=2
-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 205852, dg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-07 03:10:13 UTC (rev 205853)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=dg
+pkgver=1.1.0.20160916
+_commit=9d9a5365c8ee28d4812062db1e9932754260d2d0
+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