summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-01-16 14:50:08 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-01-16 14:50:08 -0300
commit6b05ee99c8c06660f75ac8d03f922f9d3dbd6c22 (patch)
tree0018a7d63210990b1a6578e186f0bc7f5b30c148
parentb3a10c056595da14a0dafda2efbc24daccc693ad (diff)
Pandoc rebuild
-rwxr-xr-x~fauno/pandoc/PKGBUILD13
-rwxr-xr-x~fauno/pandoc/SRCBUILD2
2 files changed, 9 insertions, 6 deletions
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 <fauno@kiwwwi.com.ar>
# 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')