Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-pypandoc


Commits:
5b672aa9 by Caleb Maclennan at 2023-10-25T12:17:09+03:00
upgpkg: 1.12-1; update canonical URL

Repository transfer is documented here: 
https://github.com/JessicaTegner/pypandoc/issues/208

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,20 @@
+pkgbase = python-pypandoc
+       pkgdesc = Thin wrapper for pandoc
+       pkgver = 1.12
+       pkgrel = 1
+       url = https://github.com/JessicaTegner/pypandoc
+       arch = any
+       license = MIT
+       checkdepends = texlive-basic
+       checkdepends = texlive-latexextra
+       checkdepends = texlive-fontsrecommended
+       checkdepends = python-pandocfilters
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-poetry-core
+       makedepends = python-wheel
+       depends = pandoc
+       source = 
https://github.com/JessicaTegner/pypandoc/archive/v1.12/python-pypandoc-1.12.tar.gz
+       sha512sums = 
889050011fd6d2c79a8c0ab84e7effab849b75cf0616daf746d43f3f0165b1ace14d15b2d030370453ff4110fbddc97bf4886695619ffabd1eb235f9ed2d9cb3
+
+pkgname = python-pypandoc


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
 # Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=python-pypandoc
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc="Thin wrapper for pandoc"
 arch=('any')
 license=('MIT')
-url="https://github.com/bebraw/pypandoc";
+url="https://github.com/JessicaTegner/pypandoc";
 depends=('pandoc')
 makedepends=('python-build' 'python-installer' 'python-poetry-core' 
'python-wheel')
 checkdepends=('texlive-basic' 'texlive-latexextra' 'texlive-fontsrecommended' 
'python-pandocfilters')
-source=("https://github.com/bebraw/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('1ca753ac2da9ad1a98c72aa639b6809e31d8c5da85a3a843f91675f95861e5056c183f67d73008c064b8fd2c82a4cd255f20b1c0073cc288a1e0e6a74caa9f94')
+source=("https://github.com/JessicaTegner/pypandoc/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('889050011fd6d2c79a8c0ab84e7effab849b75cf0616daf746d43f3f0165b1ace14d15b2d030370453ff4110fbddc97bf4886695619ffabd1eb235f9ed2d9cb3')
 
 build() {
   cd pypandoc-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypandoc/-/commit/5b672aa916f883cd7d3e6f627af5daa204296a2f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pypandoc/-/commit/5b672aa916f883cd7d3e6f627af5daa204296a2f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to