summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRizwan-Hasan2023-07-23 10:49:41 +0600
committerRizwan-Hasan2023-07-23 10:49:41 +0600
commit5811cd3d929d7bf28fd1860e9667b3bfd555a63a (patch)
tree02c8398771adfd318e328f2f5172b056cf4c09b2
parent5e3f23a0f39dd0fc7d1ac9f331ee22795e2e274c (diff)
downloadaur-cythonizer.tar.gz
updated
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01f0a3b28266..2c95866d356a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = cythonizer
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.
- pkgver = 1.2.0b2
+ pkgver = 1.2.0b3
pkgrel = 1
url = https://pypi.org/project/cythonizer/
arch = any
license = MIT
depends = python-setuptools
depends = cython
- source = https://pypi.org/packages/source/c/cythonizer/cythonizer-1.2.0b2.tar.gz
- md5sums = 0ffb10093b0ca94964d2bb0e2960b9bc
+ source = https://pypi.org/packages/source/c/cythonizer/cythonizer-1.2.0b3.tar.gz
+ sha256sums = 24cfd0ed809b331879e67c458992aec64ee662ca5df213acf5f4d070411d2e12
pkgname = cythonizer
-
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}"