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

Allan McRae allan at archlinux.org
Sat Apr 28 11:27:45 UTC 2012


    Date: Saturday, April 28, 2012 @ 07:27:45
  Author: allan
Revision: 157442

FS#26251 - move perl to optdepends

Modified:
  cdrkit/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-28 10:45:14 UTC (rev 157441)
+++ PKGBUILD	2012-04-28 11:27:45 UTC (rev 157442)
@@ -9,7 +9,8 @@
 arch=('i686' 'x86_64')
 url="http://cdrkit.org/"
 license=('GPL2')
-depends=('file' 'bzip2' 'perl')
+depends=('file' 'bzip2')
+optdepends=('perl: for dirsplit')
 makedepends=('cmake')
 source=(http://cdrkit.org/releases/$pkgname-$pkgver.tar.gz)
 md5sums=('efe08e2f3ca478486037b053acd512e9')




More information about the arch-commits mailing list