summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-10-16 09:51:55 +0200
committerJ. Nathanael Philipp2023-10-16 09:51:55 +0200
commite861d35401c80b798c72a6e2d94060a96c3038e4 (patch)
treea9e6172f9eb9e75dcdaa9d91447586da38bc519e /PKGBUILD
parent4c79bf0fa0938d75b31ccd3691c2436eb52afe8c (diff)
downloadaur-e861d35401c80b798c72a6e2d94060a96c3038e4.tar.gz
Version 0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3016dbfd172b..435be9abb1d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-weasel
_pkg="${pkgname#python-}"
-pkgver=0.3.2
-pkgrel=2
+pkgver=0.3.3
+pkgrel=1
pkgdesc="A small and easy workflow system"
url="https://github.com/explosion/weasel/"
depends=(
@@ -23,7 +23,7 @@ makedepends=(
license=('MIT')
arch=(any)
source=("$pkgname-$pkgver.tar.gz::https://github.com/explosion/$_pkg/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=("d1bdca2f06565f9982b8b996fab4ac8345fec05de471d9b945f63467860f5fd9")
+sha256sums=("8dc969764bd61899bd494b4d195bf781d9018efeacfadbe87df630f78e313f96")
build() {
cd $_pkg-$pkgver