summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-01-15 23:07:26 +0300
committerDaniel Bershatsky2024-01-15 23:07:26 +0300
commit3e03cdd4f619c44fa6fd2c8d916b4c2558c91ee1 (patch)
treef7723687b37da286251ba288165f6971ac392f1a /PKGBUILD
parent5dc307513404693e3be3852f9592537d20f9744b (diff)
downloadaur-python-typst-mpl-backend.tar.gz
Bump version to 0.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99d695aa811d..ca77c2db4b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
pkgname=python-typst-mpl-backend
_pkgname=${pkgname#python-}
-pkgver=0.0.0
-pkgrel=2
+pkgver=0.1.0
+pkgrel=1
pkgdesc='Typst backend for matplotlib (Python visualization library).'
arch=('any')
url="https://github.com/daskol/$_pkgname"
@@ -12,7 +12,7 @@ depends=('python-matplotlib' 'typst')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=()
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('226f9acbbe08a92874ce73fc7e408c19a325fc1d2d1e2642112bd7887d473a95')
+sha256sums=('613828ac9b2069deba15634be5f7343b528c07a1235ab69c0a106e483154cf2f')
build() {
python -m build -nw $srcdir/$_pkgname-$pkgver