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

Kevin Piche kevin at archlinux.org
Thu Apr 24 02:36:23 UTC 2008


    Date: Wednesday, April 23, 2008 @ 22:36:23
  Author: kevin
Revision: 862

upgpkg: zim 0.24-1

Modified:
  zim/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-23 21:44:36 UTC (rev 861)
+++ PKGBUILD	2008-04-24 02:36:23 UTC (rev 862)
@@ -3,23 +3,19 @@
 
 pkgname=zim
 _realname=Zim
-pkgver=0.23
+pkgver=0.24
 pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop"
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
-url="http://pardus-larus.student.utwente.nl/~pardus/projects/zim/"
-source=(http://pardus-larus.student.utwente.nl/~pardus/downloads/${_realname}/${_realname}-${pkgver}.tar.gz)
+url="http://zim-wiki.org/"
+source=(http://www.zim-wiki.org/downloads/${_realname}-${pkgver}.tar.gz)
 depends=('gtk2-perl' 'librsvg' 'perl-file-mimeinfo')
-makedepends=('perl-module-build')
-md5sums=('84197b5d2e45898ddb67746c71cc3b1a')
+md5sums=('42f5ec2206eecd892bcfc84f42623540')
 
 build() {
   cd ${startdir}/src/${_realname}-${pkgver}
-  eval `perl -V:archname`
-  perl Build.PL destdir=${startdir}/pkg \
-   --install_path lib=/usr/lib/perl5/site_perl/current \
-   --install_path arch=/usr/lib/perl5/site_perl/current/${archname}
+  perl Build.PL destdir=${startdir}/pkg installdirs=vendor
   perl Build
   perl Build install
 }





More information about the arch-commits mailing list