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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 15:26:16 UTC 2018


    Date: Monday, June 4, 2018 @ 15:26:16
  Author: felixonmars
Revision: 340400

archrelease: copy trunk to community-any

Added:
  pydb/repos/community-any/PKGBUILD
    (from rev 340399, pydb/trunk/PKGBUILD)
Deleted:
  pydb/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 15:26:02 UTC (rev 340399)
+++ PKGBUILD	2018-06-04 15:26:16 UTC (rev 340400)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Roman G. <chesercat at gmail.com>
-
-pkgname=pydb
-pkgver=1.26
-pkgrel=3
-pkgdesc="Pydb - Extended Python Debugger"
-arch=('any')
-url="http://bashdb.sourceforge.net/pydb/"
-license=('GPL')
-depends=('python2')
-source=(http://downloads.sourceforge.net/bashdb/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a9ebe27995afef2c0f7b9d6f3a722a95')
-sha1sums=('2c9ce476645f172d8bcdc1cc35dc0609ecdb2fd7')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-  ln -sf /usr/lib/python2.7/site-packages/pydb/pydb.py "${pkgdir}/usr/bin/pydb"
-}

Copied: pydb/repos/community-any/PKGBUILD (from rev 340399, pydb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 15:26:16 UTC (rev 340400)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Roman G. <chesercat at gmail.com>
+
+pkgname=pydb
+pkgver=1.26
+pkgrel=4
+pkgdesc="Pydb - Extended Python Debugger"
+arch=('any')
+url="http://bashdb.sourceforge.net/pydb/"
+license=('GPL')
+depends=('python2')
+source=(http://downloads.sourceforge.net/bashdb/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('d250a0a57b9952ceb545a76610bbf7d3b4a8df7fce0846156f9d0bd22bfb8f5c68f7e66cecc5ed8b500e7305ac0f6ef41d62a07bf1c6ce16a84d27b9c00fcda2')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  ln -sf /usr/lib/python2.7/site-packages/pydb/pydb.py "${pkgdir}/usr/bin/pydb"
+}



More information about the arch-commits mailing list