summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bc086a726a9..2d7080c81fef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ngs
pkgdesc = A new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing.
pkgver = 2.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ncbi/ngs
arch = x86_64
license = custom:PublicDomain
diff --git a/PKGBUILD b/PKGBUILD
index af0cda02f8a6..53a2bf5ad31c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# This is the PKGBUILD for ngs
# Maintainer: Aaron Baker <aa{last name}99{at}gmail{dt}org>
+# Maintainer: Georgios Amanakis <g_amanakis{at}yahoo{dt}com>
pkgname=ngs
pkgver=2.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="A new, domain-specific API for accessing reads, alignments and pileups produced from Next Generation Sequencing."
arch=('x86_64')
url="https://github.com/ncbi/ngs"