Date: Saturday, July 9, 2011 @ 07:00:04 Author: ronald Revision: 130979
upgpkg: lyx 2.0.0-1 update to 2.0.0 Modified: lyx/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-07-09 09:47:58 UTC (rev 130978) +++ PKGBUILD 2011-07-09 11:00:04 UTC (rev 130979) @@ -3,7 +3,7 @@ # Contributor: Jason Chu <[email protected]> pkgname=lyx -pkgver=1.6.10 +pkgver=2.0.0 pkgrel=1 pkgdesc="An advanced open-source document processor." arch=('i686' 'x86_64') @@ -11,9 +11,9 @@ depends=('qt' 'texlive-core' 'python2' 'perl' 'imagemagick' 'aspell' 'aiksaurus' 'boost-libs') makedepends=('boost') license=('GPL') -source=(ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$pkgname-$pkgver.tar.bz2 \ +source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz \ lyx.desktop) -sha1sums=('344e14897ea7d004bf181eac39355f1b08f0af83' +sha1sums=('27bf0ee623aae0e59780d9f627cdf5cb788a2516' 'e207a0b14d58aeb7b83f8fc47ab2e668cbc66844') build() { @@ -34,3 +34,4 @@ # install desktop entry install -Dm644 "${srcdir}/lyx.desktop" "${pkgdir}/usr/share/applications/lyx.desktop" } +
