summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Klevtsov2015-11-16 16:14:15 +0700
committerArtem Klevtsov2015-11-16 16:14:15 +0700
commitd45c2512f725ddef49a4b53d364050b934eabd37 (patch)
tree00e872d823119e1dcf64a5661cd634062ef00144
parent8c2679bd2738009e94c15ef6eea9d92becf0e059 (diff)
downloadaur-d45c2512f725ddef49a4b53d364050b934eabd37.tar.gz
Fix md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a61f2893bb4..c78ad70f5cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pandoc-bin
pkgdesc = Universal markup converter (Binary build from official deb)
pkgver = 1.15.2
- pkgrel = 1
+ pkgrel = 2
url = http://pandoc.org/
arch = x86_64
license = GPL2
@@ -19,7 +19,7 @@ pkgbase = pandoc-bin
conflicts = pandoc-static
conflicts = pandoc-rstudio
source_x86_64 = https://github.com/jgm/pandoc/releases/download/1.15.2/pandoc-1.15.2-1-amd64.deb
- md5sums_x86_64 = 2ae31e78304ad08849a4b48cb95b8d72
+ md5sums_x86_64 = 8eedd750b0c6825ceb3f365f54c7e226
pkgname = pandoc-bin
diff --git a/PKGBUILD b/PKGBUILD
index a2e3910067c3..a734813b33af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pandoc-bin
pkgver=1.15.2
-pkgrel=1
+pkgrel=2
pkgdesc="Universal markup converter (Binary build from official deb)"
url="http://pandoc.org/"
license=('GPL2')
@@ -13,7 +13,7 @@ optdepends=('texlive-most: for PDF creation')
provides=('pandoc' 'haskell-pandoc-citeproc' 'pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
conflicts=('pandoc' 'haskell-pandoc-citeproc' 'pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
source_x86_64=("https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-1-amd64.deb")
-md5sums_x86_64=('2ae31e78304ad08849a4b48cb95b8d72')
+md5sums_x86_64=('8eedd750b0c6825ceb3f365f54c7e226')
package() {
bsdtar -xf data.tar.gz -C "${pkgdir}/"