summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2016-02-02 20:18:22 +0000
committermschubert2016-02-02 20:18:22 +0000
commit7604395742e11c912bdd70d74234ef8fe8addeab (patch)
treee0c46c8613263f1287c8be7299d2e81d8f0640b1
parent4d730d01699175181f6717fd799cc69a7e2e9d77 (diff)
downloadaur-7604395742e11c912bdd70d74234ef8fe8addeab.tar.gz
move to new website/sources
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27685375bbaa..6fec15666f57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 20:18:10 UTC 2016
pkgbase = hmmer
pkgdesc = Profile hidden Markov models (profile HMMs) for database searching using statistical descriptions of a sequence family's consensus
pkgver = 3.1b1
pkgrel = 2
- url = http://hmmer.janelia.org/
+ url = http://hmmer.org/
arch = i686
arch = x86_64
license = GPL
- depends = glibc
- source = http://selab.janelia.org/software/hmmer3/3.1b1/hmmer-3.1b1.tar.gz
+ source = http://eddylab.org/software/hmmer3/3.1b1/hmmer-3.1b1.tar.gz
md5sums = e81b689fe1dd7625cff84c08cbead1fc
pkgname = hmmer
diff --git a/PKGBUILD b/PKGBUILD
index e13563e71f2a..00fd28fe0818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,8 @@ pkgrel=2
pkgdesc="Profile hidden Markov models (profile HMMs) for database searching using statistical descriptions of a sequence family's consensus"
arch=('i686' 'x86_64')
license=('GPL')
-url='http://hmmer.janelia.org/'
-depends=('glibc')
-source=("http://selab.janelia.org/software/hmmer3/$pkgver/hmmer-$pkgver.tar.gz")
+url="http://hmmer.org/"
+source=("http://eddylab.org/software/hmmer3/$pkgver/hmmer-$pkgver.tar.gz")
md5sums=('e81b689fe1dd7625cff84c08cbead1fc')
build() {