summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilhelm Schuster2022-06-05 15:46:10 +0200
committerWilhelm Schuster2022-06-05 15:46:10 +0200
commit34a644145cb906ad8d17bbab97cf726e0a00c8e1 (patch)
tree85819f4f5e7860ed38c84d1ac726fc18904bf4b7 /PKGBUILD
parent768960bbe068a5ee2294f4f9d6c1217828ad3736 (diff)
downloadaur-34a644145cb906ad8d17bbab97cf726e0a00c8e1.tar.gz
Update to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac43a23eb850..8e8d46bb09dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-preprocess-cancellation'
_name=${pkgname#python-}
_name_source=${_name/-/_}
-pkgver=0.1.6
+pkgver=0.2.0
pkgrel=1
pkgdesc="GCode processor to add klipper cancel-object markers"
arch=(any)
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('python-setuptools')
optdepends=('python-shapely')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name_source-$pkgver.tar.gz")
-sha256sums=('0d0cedb6324563f495a7b0c10e2bf16fec089e3474dbfbd210842cb11481972b')
+sha256sums=('eb68494e35c0a1fe83716f2a14e12b3e1cdedf9458752be1cace00f944d90760')
build() {
cd "${srcdir}/${_name_source}-${pkgver}"