diff options
Diffstat (limited to 'extra/lyx/PKGBUILD')
-rw-r--r-- | extra/lyx/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/lyx/PKGBUILD b/extra/lyx/PKGBUILD index 6cf5a0a14..069a8e373 100644 --- a/extra/lyx/PKGBUILD +++ b/extra/lyx/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 171457 2012-11-17 16:07:22Z ronald $ +# $Id: PKGBUILD 176293 2013-01-28 16:48:26Z stephane $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> pkgname=lyx -pkgver=2.0.5 +pkgver=2.0.5.1 pkgrel=1 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" arch=('i686' 'x86_64') @@ -13,12 +13,12 @@ makedepends=('boost') optdepends=('rcs: built-in version control system' 'texlive-latexextra: float wrap support') license=('GPL') -source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz - lyx.desktop lyxrc.dist) backup=('etc/lyx/lyxrc.dist') install=lyx.install options=('emptydirs') -sha1sums=('afffd3fd2f2429c93402a4923d7a2838e0758d28' +source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz + lyx.desktop lyxrc.dist) +sha1sums=('a822e99484c1652c4df5df717819dd7048fcff75' 'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad' '56416642cc3da2a13b87b84e6b87c1a239f3d09a') |