summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b998ea0a3016..fefcf31329e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# TechLearners: https://github.com/TechLearnersInc
pkgname=cythonizer
-pkgver=1.2.0b2
+pkgver=1.2.0b3
pkgrel=1
pkgdesc="Cythonizer is a script that will attempt to automatically convert one or more .py and .pyx files into the corresponding compiled .pyd or .so binary modules files."
arch=('any')
@@ -10,7 +10,7 @@ url="https://pypi.org/project/cythonizer/"
license=('MIT')
depends=('python-setuptools' 'cython')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('0ffb10093b0ca94964d2bb0e2960b9bc')
+sha256sums=('24cfd0ed809b331879e67c458992aec64ee662ca5df213acf5f4d070411d2e12')
package() {
cd "${pkgname}-${pkgver}"