[arch-commits] Commit in bashdb/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed Apr 8 16:39:30 UTC 2015


    Date: Wednesday, April 8, 2015 @ 18:39:29
  Author: foutrelis
Revision: 130933

upgpkg: bashdb 4.3_0.9-2

Depend on pygmentize which now provides the commmand-line tool.

Modified:
  bashdb/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-08 16:30:39 UTC (rev 130932)
+++ PKGBUILD	2015-04-08 16:39:29 UTC (rev 130933)
@@ -4,12 +4,12 @@
 
 pkgname=bashdb
 pkgver=4.3_0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A debugger for Bash scripts loosely modeled on the gdb command syntax"
 arch=('any')
 url="http://bashdb.sourceforge.net/"
 license=('GPL')
-depends=('bash' 'python2-pygments')
+depends=('bash' 'python2-pygments' 'pygmentize')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2 python2.patch)
 md5sums=('2f2479933a4e19663349b66f87d0290a'



More information about the arch-commits mailing list