summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2021-10-28 00:47:08 +0300
committergesh2021-10-28 17:49:12 +0300
commit925aede7276e5cdcb1301913a29be560c179ab1e (patch)
tree93a2acb6d1cf1d291e3854a199d863fdfdadb4b8
parentdaa63ae461e16bb5a518d3735cb3ad6cbe658d76 (diff)
downloadaur-925aede7276e5cdcb1301913a29be560c179ab1e.tar.gz
verbump: pandoc 2.15 (fixed)
Force usage of happy-1.20.0, since happy-1.21.0 in nightly does not build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ver-bump.patch3
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 781be53b447f..aa20cafd7493 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,6 @@ pkgbase = pandoc-crossref-static-git
source = pandoc-crossref-static-git::git+https://github.com/lierdakil/pandoc-crossref.git
source = ver-bump.patch
sha256sums = SKIP
- sha256sums = 2b0bc163d95cd13de4db1d07ab998e0e8ea15087302a65b3c10dd224bd2bbbba
+ sha256sums = f10608b2271bc7ca6df5a6066755f6f779560d91c1aad842261636688da747a4
pkgname = pandoc-crossref-static-git
diff --git a/PKGBUILD b/PKGBUILD
index 07023f7e9cbf..0b405e99f8dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ depends=("pandoc=$_pandoc_ver")
makedepends=('stack' 'pandoc')
source=("$pkgname::git+$url.git" ver-bump.patch)
sha256sums=('SKIP'
- '2b0bc163d95cd13de4db1d07ab998e0e8ea15087302a65b3c10dd224bd2bbbba')
+ 'f10608b2271bc7ca6df5a6066755f6f779560d91c1aad842261636688da747a4')
pkgver() {
cd "$pkgname"
diff --git a/ver-bump.patch b/ver-bump.patch
index c92919626c14..05a6b82c1fc3 100644
--- a/ver-bump.patch
+++ b/ver-bump.patch
@@ -2,7 +2,7 @@ diff --git a/stack.yaml b/stack.yaml
index 39cbe07..178836f 100644
--- a/stack.yaml
+++ b/stack.yaml
-@@ -8,12 +8,12 @@ packages:
+@@ -8,12 +8,13 @@ packages:
- .
extra-deps:
- roman-numerals-0.5.1.5
@@ -19,5 +19,6 @@ index 39cbe07..178836f 100644
+- commonmark-0.2.1.1
-- texmath-0.12.3.1
+- texmath-0.12.3.2
++- happy-1.20.0
-resolver: lts-18.0
+resolver: nightly-2021-10-26