[arch-commits] Commit in links/repos (3 files)
Eric Belanger
eric at archlinux.org
Mon Jun 23 01:43:16 UTC 2008
Date: Sunday, June 22, 2008 @ 21:43:16
Author: eric
Revision: 3491
Merged revisions 3021-3490 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/links/trunk
........
r3490 | eric | 2008-06-22 21:43:04 -0400 (Sun, 22 Jun 2008) | 1 line
upgpkg: links 2.1pre37-1
........
Modified:
links/repos/testing-x86_64/ (properties)
links/repos/testing-x86_64/ChangeLog
links/repos/testing-x86_64/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 12 ++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
Property changes on: links/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /links/trunk:1-3020
+ /links/trunk:1-3490
Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog 2008-06-23 01:43:04 UTC (rev 3490)
+++ testing-x86_64/ChangeLog 2008-06-23 01:43:16 UTC (rev 3491)
@@ -1,3 +1,8 @@
+2008-06-22 Eric Belanger <eric at archlinux.org>
+
+ * links 2.1pre37-1
+ * Upstream update
+
2008-06-01 Eric Belanger <eric at archlinux.org>
* links 2.1pre36-2
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2008-06-23 01:43:04 UTC (rev 3490)
+++ testing-x86_64/PKGBUILD 2008-06-23 01:43:16 UTC (rev 3491)
@@ -3,8 +3,8 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=links
-pkgver=2.1pre36
-pkgrel=2
+pkgver=2.1pre37
+pkgrel=1
pkgdesc="A text WWW browser, similar to Lynx"
arch=('i686' 'x86_64')
url="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/"
@@ -12,13 +12,13 @@
depends=('bzip2' 'zlib' 'openssl' 'gpm>=1.20.4')
makedepends=('pkgconfig')
source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6b0d3fca0c557fdfacf9d723b3c345a6')
-sha1sums=('79ff4ff2d663de99ba590e11f42a52435a6e1809')
+md5sums=('6766e64f06b2078676b01dfd086aa413')
+sha1sums=('b7afe9c5d6b6555477c25d0598b6fe2324bcdb26')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
cd "intl" && ./gen-intl && cd .. || return 1
./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript --disable-graphics --without-x
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list