summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f0e83a8d43f..f6f00e626395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 8 12:19:20 UTC 2017
+# Sat May 27 14:06:56 UTC 2017
pkgbase = wiggletools
pkgdesc = basic operations on the space of numerical functions defined on the genome using lazy evaluators for flexibility and efficiency
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/Ensembl/WiggleTools
arch = i686
@@ -12,8 +12,8 @@ pkgbase = wiggletools
depends = htslib
depends = libbigwig
depends = python2
- source = wiggletools-1.2.1.tar.gz::https://github.com/Ensembl/WiggleTools/archive/v1.2.1.tar.gz
- md5sums = 516a63ee41dcf63104a0664735e75cee
+ source = wiggletools-1.2.2.tar.gz::https://github.com/Ensembl/WiggleTools/archive/v1.2.2.tar.gz
+ md5sums = cf573322cdd30adb06eff9c921d0e930
pkgname = wiggletools
diff --git a/PKGBUILD b/PKGBUILD
index 5703b48a2d82..c4a5baf76b74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
+# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=wiggletools
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="basic operations on the space of numerical functions defined on the genome using lazy evaluators for flexibility and efficiency"
arch=('i686' 'x86_64')
@@ -9,7 +9,6 @@ url="https://github.com/Ensembl/WiggleTools"
license=('Apache')
depends=('gsl' 'htslib' 'libbigwig' 'python2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Ensembl/WiggleTools/archive/v$pkgver.tar.gz")
-md5sums=('516a63ee41dcf63104a0664735e75cee')
prepare() {
cd $srcdir/WiggleTools-$pkgver
@@ -43,3 +42,5 @@ package() {
install -Dm755 $shellscript $pkgdir/usr/bin/$(basename $shellscript .sh)
done
}
+
+md5sums=('cf573322cdd30adb06eff9c921d0e930')