# HG changeset patch # User Anders Bergh # Date 1197873681 -3600 # Node ID 02c3c213b8c01a390e37d60f7f607cca1c388a40 # Parent c9bd17599375d3360925d1d9ab8a7de3d010fced makedepends for unzip, not depends diff -r c9bd17599375 -r 02c3c213b8c0 sources/dmdirc-nightly/PKGBUILD --- a/sources/dmdirc-nightly/PKGBUILD Mon Dec 17 05:37:21 2007 +0000 +++ b/sources/dmdirc-nightly/PKGBUILD Mon Dec 17 07:41:21 2007 +0100 @@ -6,7 +6,8 @@ arch=(i686 x86_64) url="http://www.dmdirc.com/en/" license=('MIT') -depends=(java-runtime unzip) +depends=(java-runtime) +makedepends=(unzip) source=(http://www.dmdirc.com/nightly/DMDirc_latest.jar DMDirc.desktop DMDirc.svg diff -r c9bd17599375 -r 02c3c213b8c0 sources/dmdirc/PKGBUILD --- a/sources/dmdirc/PKGBUILD Mon Dec 17 05:37:21 2007 +0000 +++ b/sources/dmdirc/PKGBUILD Mon Dec 17 07:41:21 2007 +0100 @@ -6,7 +6,8 @@ arch=(i686 x86_64) url="http://www.dmdirc.com/en/" license=('MIT') -depends=(java-runtime unzip) +depends=(java-runtime) +makedepends=(unzip) source=(http://dmdirc.googlecode.com/files/DMDirc-$pkgver.jar DMDirc.desktop DMDirc.svg