summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-01-06 12:04:12 -0500
committerclintval2018-01-06 12:04:12 -0500
commit606c2689205f6d9f0340536d9595f95ab5200a70 (patch)
treec15abcd97588645303717e265b888fab15317bed
parentf100fc00723d828d115551000df18a4456337cee (diff)
downloadaur-606c2689205f6d9f0340536d9595f95ab5200a70.tar.gz
Fixed python-ordered-set dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877dad3281f8..0a4504963290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pydna
pkgdesc = Python3 classes for dsDNA simulation of homologous recombination, Gibson assembly and interactive cloning
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BjornFJohansson/pydna
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-pydna
depends = python-appdirs>=1.3.0
depends = python-biopython>=1.65
depends = python-networkx>=1.8.1
- depends = python-orderedset>=2.0
+ depends = python-ordered-set>=2.0.2
depends = python-prettytable>=0.7.2
depends = python-pyparsing>=2.1.10
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 478c2ae03d9c..36069b3e7ee2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pydna'
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python3 classes for dsDNA simulation of homologous recombination, Gibson assembly and interactive cloning"
arch=('any')
url="https://github.com/BjornFJohansson/pydna"
@@ -12,7 +12,7 @@ depends=(
'python-appdirs>=1.3.0'
'python-biopython>=1.65'
'python-networkx>=1.8.1'
- 'python-orderedset>=2.0'
+ 'python-ordered-set>=2.0.2'
'python-prettytable>=0.7.2'
'python-pyparsing>=2.1.10'
'python-requests'