[arch-commits] Commit in rxvt-unicode/trunk (ChangeLog PKGBUILD)

Angel Velásquez angvp at archlinux.org
Sat Dec 3 04:43:56 UTC 2011


    Date: Friday, December 2, 2011 @ 23:43:55
  Author: angvp
Revision: 144078

upgpkg: rxvt-unicode 9.12-2

Fixing FS#25782

Modified:
  rxvt-unicode/trunk/ChangeLog
  rxvt-unicode/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2011-12-03 00:01:45 UTC (rev 144077)
+++ ChangeLog	2011-12-03 04:43:55 UTC (rev 144078)
@@ -1,3 +1,6 @@
+2011-12-02  Angel Velasquez <angvp at archlinux.org>
+	* Moved perl from optdepend to depend (closes FS#25782)
+
 2011-05-22  Angel Velasquez <angvp at archlinux.org>
 	* Rebuilt against perl 5.14.0
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-03 00:01:45 UTC (rev 144077)
+++ PKGBUILD	2011-12-03 04:43:55 UTC (rev 144078)
@@ -5,13 +5,13 @@
 
 pkgname=rxvt-unicode
 pkgver=9.12
-pkgrel=1
+pkgrel=2
 pkgdesc="An unicode enabled rxvt-clone terminal emulator (urxvt)"
 arch=('i686' 'x86_64')
 url="http://software.schmorp.de/pkg/rxvt-unicode.html"
 license=('GPL')
-depends=('gcc-libs' 'libxft' 'gdk-pixbuf2')
-optdepends=('perl: lots of utilities' 'gtk2-perl: to use the urxvt-tabbed')
+depends=('gcc-libs' 'libxft' 'gdk-pixbuf2' 'perl')
+optdepends=('gtk2-perl: to use the urxvt-tabbed')
 changelog=ChangeLog
 source=(http://dist.schmorp.de/rxvt-unicode/${pkgname}-${pkgver}.tar.bz2 \
         ${pkgname}.desktop)




More information about the arch-commits mailing list