Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
pandoc-crossref
Commits:
adc72aa6 by Caleb Maclennan at 2024-12-30T13:37:04+03:00
upgpkg: 0.3.18.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pandoc-crossref
pkgdesc = Pandoc filter for cross-references
- pkgver = 0.3.17.1
- pkgrel = 57
+ pkgver = 0.3.18.1
+ pkgrel = 1
url = https://hackage.haskell.org/package/pandoc-crossref
arch = x86_64
license = GPL2
@@ -23,7 +23,7 @@ pkgbase = pandoc-crossref
depends = haskell-utility-ht
conflicts = haskell-pandoc-crossref
replaces = haskell-pandoc-crossref
- source =
https://hackage.haskell.org/packages/archive/pandoc-crossref/0.3.17.1/pandoc-crossref-0.3.17.1.tar.gz
- sha512sums =
342a98414e233571d4b81822a5b9e0e8d262680a42a8e25f577d5916c5c1555b0e25d378d65f18040415420c81c3eaa75ba529f112588cc0c8fa9163eb59e598
+ source =
https://hackage.haskell.org/packages/archive/pandoc-crossref/0.3.18.1/pandoc-crossref-0.3.18.1.tar.gz
+ sha512sums =
bba1cb992b82dde1814088de2e20d4cb55cb68ff5b2b530138d8e6de4cbf93684df5b25037688a9bb475cf2c9e2bc3d203b06094561c28b56e3b13ca401e75bd
pkgname = pandoc-crossref
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Arch Haskell Team <[email protected]>
pkgname=pandoc-crossref
-pkgver=0.3.17.1
-pkgrel=57
+pkgver=0.3.18.1
+pkgrel=1
pkgdesc="Pandoc filter for cross-references"
url="https://hackage.haskell.org/package/${pkgname}"
license=("GPL2")
@@ -17,7 +17,7 @@ makedepends=('ghc' 'haskell-hspec' 'pandoc-cli')
conflicts=('haskell-pandoc-crossref')
replaces=('haskell-pandoc-crossref')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('342a98414e233571d4b81822a5b9e0e8d262680a42a8e25f577d5916c5c1555b0e25d378d65f18040415420c81c3eaa75ba529f112588cc0c8fa9163eb59e598')
+sha512sums=('bba1cb992b82dde1814088de2e20d4cb55cb68ff5b2b530138d8e6de4cbf93684df5b25037688a9bb475cf2c9e2bc3d203b06094561c28b56e3b13ca401e75bd')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/adc72aa653c160594836d7338455e0976fb1f986
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pandoc-crossref/-/commit/adc72aa653c160594836d7338455e0976fb1f986
You're receiving this email because of your account on gitlab.archlinux.org.