diff options
Diffstat (limited to 'pcr/pandoc/PKGBUILD')
-rw-r--r-- | pcr/pandoc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/pandoc/PKGBUILD b/pcr/pandoc/PKGBUILD index 9375b2c3c..4802e5d46 100644 --- a/pcr/pandoc/PKGBUILD +++ b/pcr/pandoc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pandoc-static _pkgname=pandoc -pkgver=1.12.2.1 +pkgver=1.12.3.1 pkgrel=1 pkgdesc='Conversion between markup formats (no Haskell libs)' url='http://johnmacfarlane.net/pandoc/' @@ -15,11 +15,11 @@ arch=('i686' 'x86_64') depends=('icu>=52' 'icu<=53') makedepends=('ghc' 'sh' 'cabal-install' 'alex' 'happy') options=(strip !makeflags !distcc !emptydirs) -source=(https://repo.parabolagnulinux.org/other/parabola_source_packages/${_pkgname}-${pkgver}-1-any.src.tar.xz{,.sig} +source=(https://repo.parabolagnulinux.org/other/$pkgname/${_pkgname}-${pkgver}-1-any.src.tar.xz{,.sig} SRCBUILD) -sha256sums=('07e56b2df8f73f95eea713c61584b0e19b51b564db12af39d33a093e436e86d1' +sha256sums=('0fae0b3aaddd04219b882a421a6b977163ed9de8649c7023738e815661a77406' 'SKIP' - '9f6701eb9e12130fdcb8d1c3df3e3603afd95e9535a31091ee833838731d6f81') + '37af943126e85c2c6679d66f343d90b55e38429c9dec2f024afe9e191aa596f5') replaces=('pandoc') provides=('pandoc') optdepends=('texlive-most: for pdf creation') |