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 8c438966ba07..5881df42f755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-apycula'
pkgname=('python-apycula')
_module='Apycula'
-pkgver='0.3.1'
+pkgver='0.4'
pkgrel=1
pkgdesc="Open Source tools for Gowin FPGAs"
url="https://github.com/YosysHQ/apicula"
@@ -13,7 +13,7 @@ conflicts=('prjapicula')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('468599b763b1d178c9eaf9ae08270d09331fc199f027a7d2c7bd5f9a2a66bb67')
+sha256sums=('f865579aaa05f6bfc63efd92eca3fe3d34b65937ae6e12c135a03d317c39951a')
build() {
cd "${srcdir}/${_module}-${pkgver}"