summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter2020-11-29 23:09:19 +0100
committerWouter2020-11-29 23:09:19 +0100
commit9cc3cd942d45ddc939d138e40a3bf7c6ff3cb847 (patch)
tree1e637f54024bdbad80e25606c7c86f8d0b536d52
parentb113ded48d6076d5ea6189c4d37ad5a44bbdcbff (diff)
downloadaur-9cc3cd942d45ddc939d138e40a3bf7c6ff3cb847.tar.gz
Bump to version 0.6.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d24e5f519e..de13c288440d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apio
pkgdesc = Experimental micro-ecosystem for open FPGAs
- pkgver = 0.5.4
+ pkgver = 0.6.0
pkgrel = 1
url = https://pypi.org/project/apio/
arch = any
@@ -13,9 +13,9 @@ pkgbase = apio
depends = python-colorama
depends = python-requests
depends = sudo
- depends = python-urllib3
- source = https://files.pythonhosted.org/packages/source/a/apio/apio-0.5.4.tar.gz
- md5sums = 1c60390c863cb47651c921fccd57505e
+ depends = python-wheel
+ source = https://files.pythonhosted.org/packages/source/a/apio/apio-0.6.0.tar.gz
+ sha256sums = cf1b350d685b2fe10fcd148f29144cc984a301396b642ddd883c1630ace22eed
pkgname = apio
diff --git a/PKGBUILD b/PKGBUILD
index 03592c20144b..082939e7c7d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=apio
_name=apio
-pkgver=0.5.4
+pkgver=0.6.0
pkgrel=1
pkgdesc="Experimental micro-ecosystem for open FPGAs"
arch=('any')
url="https://pypi.org/project/apio/"
license=('GPL')
depends=('python-click' 'python-pyserial' 'python-semantic-version'
- 'python-pyjwt' 'python-colorama' 'python-requests' 'sudo' 'python-urllib3')
+ 'python-pyjwt' 'python-colorama' 'python-requests' 'sudo' 'python-wheel')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('1c60390c863cb47651c921fccd57505e')
+sha256sums=('cf1b350d685b2fe10fcd148f29144cc984a301396b642ddd883c1630ace22eed')
build() {
cd "$pkgname-$pkgver"