Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
pandoc-plot
Commits:
6b750fa8 by Felix Yan at 2024-10-23T14:38:23+03:00
upgpkg: 1.9.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.8.0
- pkgrel = 112
+ pkgver = 1.9.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.8.0/pandoc-plot-1.8.0.tar.gz
- sha256sums =
bdcb2c424e4f031ef8520943e5b61679cae01f51ca35887c28fd92eb17f8e241
+ source =
https://hackage.haskell.org/packages/archive/pandoc-plot/1.9.0/pandoc-plot-1.9.0.tar.gz
+ sha256sums =
ea453cff15e82b9af3461dcf5918e2329267a5aa3cd9b609feeed690c87fbec0
pkgname = pandoc-plot
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=pandoc-plot
-pkgver=1.8.0
-pkgrel=112
+pkgver=1.9.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=('bdcb2c424e4f031ef8520943e5b61679cae01f51ca35887c28fd92eb17f8e241')
+sha256sums=('ea453cff15e82b9af3461dcf5918e2329267a5aa3cd9b609feeed690c87fbec0')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/6b750fa80de11306046ae3b5ecb025bd71af3218
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-plot/-/commit/6b750fa80de11306046ae3b5ecb025bd71af3218
You're receiving this email because of your account on gitlab.archlinux.org.