From 6b05ee99c8c06660f75ac8d03f922f9d3dbd6c22 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Wed, 16 Jan 2013 14:50:08 -0300 Subject: Pandoc rebuild --- ~fauno/pandoc/PKGBUILD | 13 ++++++++----- ~fauno/pandoc/SRCBUILD | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to '~fauno/pandoc') diff --git a/~fauno/pandoc/PKGBUILD b/~fauno/pandoc/PKGBUILD index 18e249a47..96f7015b9 100755 --- a/~fauno/pandoc/PKGBUILD +++ b/~fauno/pandoc/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Nicolas Reynolds # Based on haskell-pandoc -# Run `makepkg -srp SRCBUILD` if you want to update the source tarball +# Run `makepkg -sp SRCBUILD` if you want to update the source tarball pkgname=pandoc pkgver=1.9.4.5 -pkgrel=3 +pkgrel=4 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' license=('GPL') @@ -15,9 +15,6 @@ options=(strip !makeflags !distcc) source=(https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-$pkgrel-any.src.tar.xz{,.sig} SRCBUILD) conflicts=('haskell-pandoc') optdepends=('texlive-most: for pdf creation') -md5sums=('912abc4574aea3c5203eff1b02ceafa9' - '7ac798d62f253535a2e194af5aa1c3c3' - 'e632f8c06be8284e17329a5d1c459e3b') # PKGBUILD functions build() { @@ -72,3 +69,9 @@ package() { find ${pkgdir}/usr/share -type f -exec chmod 644 {} \; find ${pkgdir}/usr/share -type d -exec chmod 755 {} \; } +md5sums=('5ccbf0a74bb8594e42f7c2448952680e' + '233ef5ec5bb7bc91c8cd9dbe09841558' + 'e0f60926ed8bf5e8f592bb3aa649093b') +md5sums=('5ccbf0a74bb8594e42f7c2448952680e' + '233ef5ec5bb7bc91c8cd9dbe09841558' + 'e0f60926ed8bf5e8f592bb3aa649093b') diff --git a/~fauno/pandoc/SRCBUILD b/~fauno/pandoc/SRCBUILD index ebe1a0552..615a291f6 100755 --- a/~fauno/pandoc/SRCBUILD +++ b/~fauno/pandoc/SRCBUILD @@ -5,7 +5,7 @@ pkgname=pandoc pkgver=1.9.4.5 # 0.3.6 fails with embed_data_files _citeproc=0.3.5 -pkgrel=3 +pkgrel=4 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' license=('GPL') -- cgit v1.2.3-54-g00ecf