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

Eric Belanger eric at archlinux.org
Fri May 23 02:53:31 UTC 2008


    Date: Thursday, May 22, 2008 @ 22:53:31
  Author: eric
Revision: 1928

Merged revisions 2-1927 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/zile/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1853 | kevin | 2008-05-21 23:10:11 -0400 (Wed, 21 May 2008) | 2 lines
  
  upgpkg: zile 2.2.59-1
      Updated.  URL changed.
........

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

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Property changes on: zile/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /zile/trunk:1
   + /zile/trunk:1-1927

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-23 02:51:44 UTC (rev 1927)
+++ extra-x86_64/PKGBUILD	2008-05-23 02:53:31 UTC (rev 1928)
@@ -3,20 +3,20 @@
 # Maintainer: Kevin Piche <kevin at archlinux.org>
 
 pkgname=zile
-pkgver=2.2.56
+pkgver=2.2.59
 pkgrel=1
 pkgdesc="A small, fast, and powerful Emacs clone"
 arch=(i686 x86_64)
-url="http://zile.sourceforge.net/"
+url="http://www.gnu.org/software/zile/"
 makedepends=('texinfo')
 depends=('ncurses')
 license=('GPL')
-source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('22e072e895e793928cdaac74068d91aa')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ff7e448e230de8eebb6b0a675b73a0fe')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make prefix=${startdir}/pkg/usr install
 }





More information about the arch-commits mailing list