summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Zanini2016-05-05 00:48:49 +0200
committerFabio Zanini2016-05-05 00:48:49 +0200
commitce58814e04a1fd648085ccc29c2e406d845b680a (patch)
tree79117440c5038aafb1d5cfaca6ddbf18a7c4049a
parent94cca06cde6d627911b0044a1cdf9f8170e41d54 (diff)
downloadaur-ce58814e04a1fd648085ccc29c2e406d845b680a.tar.gz
maintainer email
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dafd17b21dcd..b9d6110ac6c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pysam
pkgdesc = Python interface for the SAM/BAM sequence alignment and mapping format
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pysam-developers/pysam
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a5b38516c61a..2b3613bfd868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Fabio Zanini <fabio.zanini _at_ tuebingen.mpg.de>
+# Maintainer: Fabio Zanini <fabio.zanini _at_ stanford.edu>
pkgname='python-pysam'
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface for the SAM/BAM sequence alignment and mapping format"
arch=('x86_64')
url="https://github.com/pysam-developers/pysam"