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

Daniel Griffiths dgriffiths at archlinux.org
Thu May 20 21:55:17 UTC 2010


    Date: Thursday, May 20, 2010 @ 17:55:16
  Author: dgriffiths
Revision: 80733

FS#19521

Modified:
  ispell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-20 21:43:31 UTC (rev 80732)
+++ PKGBUILD	2010-05-20 21:55:16 UTC (rev 80733)
@@ -4,20 +4,23 @@
 
 pkgname=ispell
 pkgver=3.3.02
-pkgrel=3
+pkgrel=4
 pkgdesc="An interactive spell-checking program for Unix"
 arch=('i686' 'x86_64')
 url="http://ficus-www.cs.ucla.edu/geoff/ispell.html"
 license=('BSD')
 depends=('ncurses')
 options=('!makeflags')
-source=(http://fmg-www.cs.ucla.edu/geoff/tars/${pkgname}-${pkgver}.tar.gz license.txt)
-md5sums=('12087d7555fc2b746425cd167af480fe' 'bf51b6181b9914dedc266ba970bb7319')
-sha1sums=('c0d98e1af3afb8e0b642717c03439ff8881e3d60' 'eb22e5376d1b50a96b32ede490b3f7b63e7c8010')
+source=(http://fmg-www.cs.ucla.edu/geoff/tars/${pkgname}-${pkgver}.tar.gz 
+	license.txt getline.patch)
+md5sums=('12087d7555fc2b746425cd167af480fe' 'bf51b6181b9914dedc266ba970bb7319'
+	 '1dca21c5d56405fe592175c3dde2fda2')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
 
+	patch -p0 < ${srcdir}/getline.patch || return 1
+
 	sed -i 's/#undef USG/#define USG/' local.h.linux
 	sed -i 's|/usr/local|/usr|' local.h.linux
 	sed -i 's|/lib|/lib/ispell|' local.h.linux




More information about the arch-commits mailing list