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 2932627a0bf9..9d3e67f82e29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=apio
_name=apio
-pkgver=0.3.3
+pkgver=0.4.0b3
pkgrel=1
pkgdesc="Experimental micro-ecosystem for open FPGAs"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python-click' 'python-pyserial' 'python-semantic-version'
'python-pyjwt' 'python-colorama' 'python-requests' 'sudo' 'python-urllib3')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('6712e00149cbb1b36fd5bc50cb526409')
+md5sums=('342cbb6a301e828831fedc99dd477c75')
build() {
cd "$pkgname-$pkgver"