summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-12-04 21:04:24 -0600
committerLuis Martinez2021-12-04 21:04:24 -0600
commit230fdf85967d7d9f9e7700938e3456aa56bf5950 (patch)
tree781ce88534da87c4ce29ff46ff212792947405ee
parent616fc2e2c58862ffdd242038b4e8a5a40f9751b8 (diff)
downloadaur-230fdf85967d7d9f9e7700938e3456aa56bf5950.tar.gz
update to 4.0.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38e971d68143..45385d3fefc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pydna
pkgdesc = Data structures for double-stranded DNA & simulation of homologous recombination
- pkgver = 4.0.5
+ pkgver = 4.0.6
pkgrel = 1
url = https://github.com/bjornfjohansson/pydna
changelog = CHANGELOG.md
@@ -21,7 +21,7 @@ pkgbase = python-pydna
optdepends = python-numpy: gel simulation
optdepends = python-pint: gel simulation
optdepends = python-scipy: gel simulation
- source = python-pydna::git+https://github.com/bjornfjohansson/pydna#tag=4.0.5
+ source = python-pydna::git+https://github.com/bjornfjohansson/pydna#tag=4.0.6
sha256sums = SKIP
pkgname = python-pydna
diff --git a/PKGBUILD b/PKGBUILD
index c7c867246df7..406e93d7f762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=python-pydna
-pkgver=4.0.5
+pkgver=4.0.6
pkgrel=1
pkgdesc='Data structures for double-stranded DNA & simulation of homologous recombination'
arch=('any')
@@ -52,6 +52,6 @@ check() {
package() {
cd "$pkgname"
PYTHONHASHSEED=0 python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
- install -Dm 644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
}