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


Commits:
b9a79d2e by Caleb Maclennan at 2024-02-04T13:49:59+03:00
upgpkg: 1.5.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,16 @@
+pkgbase = python-pandocfilters
+       pkgdesc = A python module for writing pandoc filters
+       pkgver = 1.5.1
+       pkgrel = 1
+       url = https://github.com/jgm/pandocfilters
+       arch = any
+       license = BSD
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
+       makedepends = python-setuptools
+       depends = python
+       source = 
https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.5.1.tar.gz
+       sha256sums = 
002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e
+
+pkgname = python-pandocfilters


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 
 pkgname=python-pandocfilters
 _pkgname="${pkgname#python-}"
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='A python module for writing pandoc filters'
 arch=(any)
 url='https://github.com/jgm/pandocfilters'
@@ -16,7 +16,7 @@ makedepends=(python-{build,installer,wheel}
              python-setuptools)
 _archive="$_pkgname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$_pkgname/$_archive.tar.gz";)
-sha256sums=('0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38')
+sha256sums=('002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pandocfilters/-/commit/b9a79d2eae9879bf46ef8d53d469bb865cff1735

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


Reply via email to