summaryrefslogtreecommitdiff
path: root/extra/lyx
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-11 14:16:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-11 14:16:08 -0300
commit20604a1579dcd51b5a46fc7d09cf4b1535219446 (patch)
tree2d5fd72b25008b56e2121bb35665ebeaebd50140 /extra/lyx
parentd84e7e621b059d11c483d6864cb1a549572d1821 (diff)
parent139460a7a8b085588b699c488fd19b166db18a74 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/logrotate/PKGBUILD extra/hwloc/PKGBUILD extra/kdeutils/PKGBUILD extra/lapack/PKGBUILD extra/openmpi/PKGBUILD multilib/lib32-llvm/PKGBUILD testing/mesa/PKGBUILD testing/xorg-server/PKGBUILD
Diffstat (limited to 'extra/lyx')
-rw-r--r--extra/lyx/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/lyx/PKGBUILD b/extra/lyx/PKGBUILD
index d89319bd6..e673596eb 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' 'mips64el')
@@ -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"
}
+