diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-16 14:58:30 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-16 14:58:30 -0300 |
commit | ae981f941768d825a82577560eea9fb7e161b091 (patch) | |
tree | 1d1d0a82d269f86b99b7c80a6b9ab8afc951be33 /~fauno | |
parent | 975d18004e5a7fd7a5ac0ad75ef3b6856613e456 (diff) |
~fauno/pandoc-1.9.3-1
Diffstat (limited to '~fauno')
-rw-r--r-- | ~fauno/pandoc/PKGBUILD | 13 | ||||
-rw-r--r-- | ~fauno/pandoc/SRCBUILD | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/~fauno/pandoc/PKGBUILD b/~fauno/pandoc/PKGBUILD index 875e6bb0a..56b9567f8 100644 --- a/~fauno/pandoc/PKGBUILD +++ b/~fauno/pandoc/PKGBUILD @@ -1,16 +1,21 @@ # Maintainer: Nicolas Reynolds <fauno@kiwwwi.com.ar> # Based on haskell-pandoc +# Run `makepkg -srp SRCBUILD` if you want to update the source tarball + pkgname=pandoc -pkgver=1.9.1.2 -pkgrel=2 +pkgver=1.9.3 +pkgrel=1 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' license=('GPL') arch=('i686' 'x86_64') makedepends=('ghc' 'sh' 'cabal-install') options=('strip') -source=(https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz{,.sig}) +source=(https://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz{,.sig} SRCBUILD) +md5sums=('944f2b32803b0335345853cd2b1c1ad7' + '0ee3190fd7d43bcfebdb282ff12584f2' + 'ecc040d30c6e4fb77c32d598dd03729d') conflicts=('haskell-pandoc') # PKGBUILD functions @@ -55,5 +60,3 @@ package() { find ${pkgdir}/usr/share -type f -exec chmod 644 {} \; find ${pkgdir}/usr/share -type d -exec chmod 755 {} \; } -md5sums=('f377f51be658821876e49e5485d47219' - 'd08ee033440f16c30b2b8b6b80ae12c7') diff --git a/~fauno/pandoc/SRCBUILD b/~fauno/pandoc/SRCBUILD index 09b154d7a..5ef2b9dc1 100644 --- a/~fauno/pandoc/SRCBUILD +++ b/~fauno/pandoc/SRCBUILD @@ -2,8 +2,8 @@ # Based on haskell-pandoc pkgname=pandoc -pkgver=1.9.1.2 -pkgrel=2 +pkgver=1.9.3 +pkgrel=1 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' license=('GPL') |