diff options
author | root <root@rshg047.dnsready.net> | 2011-07-10 23:13:07 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-10 23:13:07 +0000 |
commit | 139460a7a8b085588b699c488fd19b166db18a74 (patch) | |
tree | c7ef8dc756803db980465dd7bc9186f9c642aa50 /extra/lyx | |
parent | d1e588afc2779754c0abd1122ecf4f8e3c863d7a (diff) |
Sun Jul 10 23:13:07 UTC 2011
Diffstat (limited to 'extra/lyx')
-rw-r--r-- | extra/lyx/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/lyx/PKGBUILD b/extra/lyx/PKGBUILD index ad728c47b..13f6451b7 100644 --- a/extra/lyx/PKGBUILD +++ b/extra/lyx/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 124982 2011-05-25 15:39:01Z ibiru $ +# $Id: PKGBUILD 130979 2011-07-09 11:00:04Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> 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 @@ url="http://www.lyx.org" 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 @@ package() { # install desktop entry install -Dm644 "${srcdir}/lyx.desktop" "${pkgdir}/usr/share/applications/lyx.desktop" } + |