[arch-commits] Commit in zim/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Sun Mar 1 15:15:55 UTC 2009


    Date: Sunday, March 1, 2009 @ 10:15:54
  Author: giovanni
Revision: 28543

Merged revisions 28320 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/zim/trunk

........
  r28320 | kevin | 2009-02-28 10:47:33 -0800 (sab, 28 feb 2009) | 1 line
  
  upgpkg: zim 0.28-1
........

Modified:
  zim/repos/extra-x86_64/	(properties)
  zim/repos/extra-x86_64/PKGBUILD

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


Property changes on: zim/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /zim/trunk:1-19040
   + /zim/trunk:1-28542

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-01 15:09:16 UTC (rev 28542)
+++ extra-x86_64/PKGBUILD	2009-03-01 15:15:54 UTC (rev 28543)
@@ -3,7 +3,7 @@
 
 pkgname=zim
 _realname=Zim
-pkgver=0.27
+pkgver=0.28
 pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop"
 arch=(i686 x86_64)
@@ -11,11 +11,11 @@
 url="http://zim-wiki.org/"
 source=(http://www.zim-wiki.org/downloads/${_realname}-${pkgver}.tar.gz)
 depends=('gtk2-perl' 'librsvg' 'perl-file-mimeinfo')
-md5sums=('ea7fa74ff100a35df3e85656dd4f019f')
+md5sums=('fce152562b57d4753edfcdc635a26e42')
 
 build() {
-  cd ${startdir}/src/${_realname}-${pkgver}
-  perl Build.PL destdir=${startdir}/pkg installdirs=vendor
+  cd ${srcdir}/${_realname}-${pkgver}
+  perl Build.PL destdir=${pkgdir} installdirs=vendor
   perl Build
   perl Build install
 }




More information about the arch-commits mailing list