diff options
author | Wilhelm Schuster | 2022-06-05 15:46:10 +0200 |
---|---|---|
committer | Wilhelm Schuster | 2022-06-05 15:46:10 +0200 |
commit | 34a644145cb906ad8d17bbab97cf726e0a00c8e1 (patch) | |
tree | 85819f4f5e7860ed38c84d1ac726fc18904bf4b7 /PKGBUILD | |
parent | 768960bbe068a5ee2294f4f9d6c1217828ad3736 (diff) | |
download | aur-34a644145cb906ad8d17bbab97cf726e0a00c8e1.tar.gz |
Update to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}" |