Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
pandoc-plot
Commits:
a50c7ae2 by Felix Yan at 2023-11-23T17:29:15+02:00
upgpkg: 1.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pandoc-plot
pkgdesc = A Pandoc filter to include figures generated from code blocks
using your plotting toolkit of choice.
- pkgver = 1.7.0
- pkgrel = 71
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://github.com/LaurentRDC/pandoc-plot#readme
arch = x86_64
license = GPL
@@ -24,7 +24,7 @@ pkgbase = pandoc-plot
depends = haskell-tagsoup
depends = haskell-typed-process
depends = haskell-yaml
- source =
https://hackage.haskell.org/packages/archive/pandoc-plot/1.7.0/pandoc-plot-1.7.0.tar.gz
- sha256sums =
065b5b6240661a36a0a5447274559a7ca9e9b75100e51e3760858fad644dc905
+ source =
https://hackage.haskell.org/packages/archive/pandoc-plot/1.8.0/pandoc-plot-1.8.0.tar.gz
+ sha256sums =
bdcb2c424e4f031ef8520943e5b61679cae01f51ca35887c28fd92eb17f8e241
pkgname = pandoc-plot
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=pandoc-plot
-pkgver=1.7.0
-pkgrel=71
+pkgver=1.8.0
+pkgrel=1
pkgdesc="A Pandoc filter to include figures generated from code blocks using
your plotting toolkit of choice."
url="https://github.com/LaurentRDC/pandoc-plot#readme"
license=("GPL")
@@ -15,7 +15,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-data-default'
'haskell-gitrev' 'has
makedepends=('ghc' 'haskell-hspec-expectations' 'haskell-tasty'
'haskell-tasty-hspec'
'haskell-tasty-hunit')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('065b5b6240661a36a0a5447274559a7ca9e9b75100e51e3760858fad644dc905')
+sha256sums=('bdcb2c424e4f031ef8520943e5b61679cae01f51ca35887c28fd92eb17f8e241')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/a50c7ae2b6019ab2787002b8ab799b5b894cdff9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/a50c7ae2b6019ab2787002b8ab799b5b894cdff9
You're receiving this email because of your account on gitlab.archlinux.org.