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

Eric Belanger eric at archlinux.org
Wed Jun 4 01:09:27 UTC 2008


    Date: Tuesday, June 3, 2008 @ 21:09:26
  Author: eric
Revision: 2492

upgpkg: elinks 0.11.4rc1-2
    rebuilt against spidermonkey 1.7.0 (close FS#10546), added md5sums (close FS#10573)

Modified:
  elinks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-03 23:50:46 UTC (rev 2491)
+++ PKGBUILD	2008-06-04 01:09:26 UTC (rev 2492)
@@ -4,16 +4,16 @@
 
 pkgname=elinks
 pkgver=0.11.4rc1
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("i686" "x86_64")
 url="http://elinks.or.cz"
 license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm' 'openssl' 'zlib' 'lua>=5.1.1' 'libidn' 'spidermonkey')
+depends=('bzip2' 'expat>=2.0' 'gpm' 'openssl' 'zlib' 'lua>=5.1.1' 'libidn' 'spidermonkey>=1.7.0')
 source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
         "${pkgname}.desktop")
+md5sums=('7fc7c36844be9c528c2ef28dbd4c5e6f' 'ef70f6bb7457799a979fb201615369e6')
 
-
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
 
@@ -37,4 +37,3 @@
   install -D -m644 ${startdir}/src/${pkgname}.desktop \
                    ${startdir}/pkg/usr/share/applications/${pkgname}.desktop
 }
-





More information about the arch-commits mailing list