summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-05-20 21:44:03 +0300
committerCaleb Maclennan2024-05-20 21:44:03 +0300
commitbc97bc78d04b9eeb4f4d3314de06fcbd5f134391 (patch)
tree9b1ed995f50edf152e6a53e30cf6727e78e1ed62
parent9490aae6ae002f5fd3ea2d743f0e26d94b075fb6 (diff)
downloadaur-bc97bc78d04b9eeb4f4d3314de06fcbd5f134391.tar.gz
upgpkg: python-pandoc-include 1.3.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe34630b9c6a..f2a3e1ce2608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pandoc-include
pkgdesc = Panflute filter to allow file includes
- pkgver = 1.3.1
- pkgrel = 2
+ pkgver = 1.3.2
+ pkgrel = 1
url = https://github.com/DCsunset/pandoc-include
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-pandoc-include
makedepends = python-setuptools
depends = python-natsort
depends = python-panflute
- source = https://github.com/DCsunset/pandoc-include/archive/v1.3.1/pandoc-include-1.3.1.tar.gz
- sha256sums = 6a3d533091ac5fd667d89ddac93159391cc25700b95fc1692e312cb32c73a72a
+ source = https://github.com/DCsunset/pandoc-include/archive/v1.3.2/pandoc-include-1.3.2.tar.gz
+ sha256sums = 451ee1a03eb30382bcd4f8677e508309f97b6fe89cd65e0787db5191c66314d8
pkgname = python-pandoc-include
diff --git a/PKGBUILD b/PKGBUILD
index 2ca619884a7f..78ca51c10f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pipname=pandoc-include
pkgname=python-$_pipname
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
pkgdesc='Panflute filter to allow file includes'
arch=(any)
url="https://github.com/DCsunset/$_pipname"
@@ -15,18 +15,13 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pipname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('6a3d533091ac5fd667d89ddac93159391cc25700b95fc1692e312cb32c73a72a')
+sha256sums=('451ee1a03eb30382bcd4f8677e508309f97b6fe89cd65e0787db5191c66314d8')
build() {
cd "$_archive"
python -m build -wn
}
-check() {
- cd "$_archive"
- python -m unittest discover
-}
-
package() {
cd "$_archive"
python -m installer -d "$pkgdir" dist/*.whl