summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-01-03 03:13:12 +0300
committerDaniel Bershatsky2024-01-03 03:13:12 +0300
commit5dc307513404693e3be3852f9592537d20f9744b (patch)
tree42e72847949be1596433e2921f6a8d5ce2756a80
parent2771a7ebfae5c49e09f82f1b0ef18a12bdef9408 (diff)
downloadaur-5dc307513404693e3be3852f9592537d20f9744b.tar.gz
Fix minor packaging issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e9a5622dc16..8fc5d7e1d69c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-typst-mpl-backend
pkgdesc = Typst backend for matplotlib (Python visualization library).
pkgver = 0.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/daskol/typst-mpl-backend
arch = any
license = MIT
@@ -12,6 +12,6 @@ pkgbase = python-typst-mpl-backend
depends = python-matplotlib
depends = typst
source = python-typst-mpl-backend-0.0.0.tar.gz::https://github.com/daskol/typst-mpl-backend/archive/refs/tags/v0.0.0.tar.gz
- sha256sums = 41240e2a8867c682ed32240805ca5da63c54fd64adfb7b83b5fd2c676c2d530b
+ sha256sums = 226f9acbbe08a92874ce73fc7e408c19a325fc1d2d1e2642112bd7887d473a95
pkgname = python-typst-mpl-backend
diff --git a/PKGBUILD b/PKGBUILD
index 84ebae92a1a8..99d695aa811d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-typst-mpl-backend
_pkgname=${pkgname#python-}
pkgver=0.0.0
-pkgrel=1
+pkgrel=2
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=('41240e2a8867c682ed32240805ca5da63c54fd64adfb7b83b5fd2c676c2d530b')
+sha256sums=('226f9acbbe08a92874ce73fc7e408c19a325fc1d2d1e2642112bd7887d473a95')
build() {
python -m build -nw $srcdir/$_pkgname-$pkgver