diff --git a/chaser/PKGBUILD b/chaser/PKGBUILD index 434a7d5b5..a10a4f145 100644 --- a/chaser/PKGBUILD +++ b/chaser/PKGBUILD @@ -1,5 +1,5 @@ pkgname=chaser -pkgver=0.9.3 +pkgver=0.9.4 pkgrel=1 pkgdesc='A Python wrapper for the CCR' arch=('any') @@ -9,7 +9,7 @@ depends=('python3' 'python3-requests' 'python3-aur' 'python3-ccr' 'python3-toposort' 'python3-setuptools' 'python3-progressbar2' 'python3-termcolor') source=("https://github.com/ccr-tools/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('e2331725a998bfc81b830bcfea97b636c2b6eae540cc118ec0b72b2700e2e276') +sha256sums=('54d6274e81e3d13858dd2b77b08fda6ac9ca8259ed9fddfc525f4ab3b0c01cbf') package() { cd "${pkgname}-${pkgver}"