summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c288170cccb..841c11b39799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
+# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
+# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=python2-htseq
-pkgver=0.7.2
+pkgver=0.11.0
pkgrel=1
pkgdesc='framework to process and analyze data from high-throughput sequencing assays'
arch=('i686' 'x86_64')
-url="http://www-huber.embl.de/users/anders/HTSeq/doc/overview.html"
+url="https://pypi.org/project/HTSeq/"
license=('GPL')
depends=('python2-matplotlib')
-source=("https://pypi.python.org/packages/46/f7/6105848893b1d280692eac4f4f3c08ed7f424cec636aeda66b50bbcf217e/HTSeq-$pkgver.tar.gz")
-md5sums=('8ddaaf53e83547fbca3bba7b84c9dde8')
+source=("https://pypi.python.org/packages/c9/e7/598b33395ac7c9417a7d7cfcb2d04cbfc2e410199cc7f938eed287bb5eae/HTSeq-$pkgver.tar.gz")
+# https://files.pythonhosted.org/packages/c9/e7/598b33395ac7c9417a7d7cfcb2d04cbfc2e410199cc7f938eed287bb5eae/HTSeq-0.11.0.tar.gz
+md5sums=('ddfd1fb725594fab37fcc2d4b00bb028')
options=('!emptydirs')
prepare() {