summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-06-10 14:03:56 -0700
committerclintval2018-06-10 14:03:56 -0700
commit7520e6fedacb37fe994676bdc15a0e5d151d015f (patch)
tree4629462a1c52561bfb5a25ccef9805817c688234
parent65d121df24a7e9e74cfe68b0c48a64a8759948bf (diff)
downloadaur-7520e6fedacb37fe994676bdc15a0e5d151d015f.tar.gz
Artemis to 17.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71db5bb1f77a..a85be828bd97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = artemis
pkgdesc = A genome viewer and annotation tool that visualizes biological sequence features
- pkgver = 16.0.18
+ pkgver = 17.0.1
pkgrel = 1
- url = http://www.sanger.ac.uk/science/tools/
+ url = https://www.sanger.ac.uk/science/tools/artemis
arch = x86_64
license = GPL2
depends = java-runtime>=1.6
- source = artemis-16.0.18.tar.gz::ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v16/v16.0.18/artemis_compiled_v16.0.18.tar.gz
- sha256sums = a1120ec6248fe03d82ec87e7bcc07ac33bb3db54bff3c532cfec58ba0675f291
+ source = artemis-17.0.1.tar.gz::ftp://ftp.sanger.ac.uk/pub/resources/software/artemis/v17/v17.0.1/artemis_compiled_v17.0.1.tar.gz
+ sha256sums = 4bea5f5c3dab3883f6ec1639adb55190c28f563bcb20e3fdbe0687bd1adccba5
pkgname = artemis
diff --git a/PKGBUILD b/PKGBUILD
index 9ea2742454b5..256c712f896f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname='artemis'
-pkgver=16.0.18
+pkgver=17.0.1
pkgrel=1
pkgdesc='A genome viewer and annotation tool that visualizes biological sequence features'
arch=('x86_64')
-url=http://www.sanger.ac.uk/science/tools/"${artemis}"
+url=https://www.sanger.ac.uk/science/tools/"${pkgname}"
license=('GPL2')
depends=('java-runtime>=1.6')
-source=("${pkgname}"-"${pkgver}".tar.gz::ftp://ftp.sanger.ac.uk/pub/resources/software/"${pkgname}"/v16/v"${pkgver}"/"${pkgname}"_compiled_v"${pkgver}".tar.gz)
-sha256sums=('a1120ec6248fe03d82ec87e7bcc07ac33bb3db54bff3c532cfec58ba0675f291')
+source=("${pkgname}"-"${pkgver}".tar.gz::ftp://ftp.sanger.ac.uk/pub/resources/software/"${pkgname}"/v"${pkgver%.*.*}"/v"${pkgver}"/"${pkgname}"_compiled_v"${pkgver}".tar.gz)
+sha256sums=('4bea5f5c3dab3883f6ec1639adb55190c28f563bcb20e3fdbe0687bd1adccba5')
package() {
cd "${srcdir}"/"${pkgname}"