summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-01-04 11:23:39 +0100
committerPhilipp A2018-01-04 11:23:39 +0100
commit4774d0b8ab89f35b71e9f8ea44b7e616a3ae6cca (patch)
tree9ff4bee68d4fbfc4e7b3d83f1d76e4880ae70657
parent8e72b1169e65db49594b40e6cecb5cfc265530e3 (diff)
downloadaur-4774d0b8ab89f35b71e9f8ea44b7e616a3ae6cca.tar.gz
v0.43.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2db9541a6050..80b8f9a3cb37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kallisto
pkgdesc = Quantify abundances of transcripts from RNA-Seq data
- pkgver = 0.43.0
+ pkgver = 0.43.1
pkgrel = 1
url = http://pachterlab.github.io/kallisto/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = kallisto
makedepends = cmake
depends = hdf5
depends = zlib
- source = https://github.com/pachterlab/kallisto/archive/v0.43.0.tar.gz
- md5sums = 6f28562d3635bf3a6f6d5dfa3ab244f1
+ source = kallisto-0.43.1.tar.gz::https://github.com/pachterlab/kallisto/archive/v0.43.1.tar.gz
+ md5sums = 54fc9b70ca44e4633f02c962cbc59737
pkgname = kallisto
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..24f2ec57e666
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+/*.pkg.tar.xz
+/*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2df20ecdadaa..2d370a321a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kallisto
-pkgver=0.43.0
+pkgver=0.43.1
pkgrel=1
pkgdesc='Quantify abundances of transcripts from RNA-Seq data'
url="http://pachterlab.github.io/$pkgname/"
@@ -7,8 +7,8 @@ license=(BSD)
arch=(i686 x86_64)
depends=(hdf5 zlib)
makedepends=(cmake)
-source=("https://github.com/pachterlab/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('6f28562d3635bf3a6f6d5dfa3ab244f1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pachterlab/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('54fc9b70ca44e4633f02c962cbc59737')
build() {
mkdir -p build