summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-01-08 15:16:48 +0000
committerGrey Christoforo2016-01-08 15:16:48 +0000
commit56b1fe1642c6d5656d0ee24b10175a0fc139211a (patch)
tree3ec89cc98322244bf983a6e97f7c90dced685dac
parentba57058b81455d2db5b40d429f7732e38144e63f (diff)
downloadaur-56b1fe1642c6d5656d0ee24b10175a0fc139211a.tar.gz
version bump to 326
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 630a3820403e..88a88478a0ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Jan 8 15:16:14 UTC 2016
pkgbase = ucsc-kent-genome-tools
pkgdesc = UCSC genome browser 'kent' bioinformatic utilities
- pkgver = 319
+ pkgver = 326
pkgrel = 1
url = http://hgdownload.soe.ucsc.edu/admin/exe/
install = ucsc-kent-genome-tools.install
@@ -10,8 +12,8 @@ pkgbase = ucsc-kent-genome-tools
depends = mariadb-clients
depends = libpng
depends = openssl
- source = http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v319.src.tgz
- sha1sums = 458eea638706c071e7044c02d175a56407da4913
+ source = http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v326.src.tgz
+ sha1sums = 676d31a45770f24bd079395d918ffb2a204acb4a
pkgname = ucsc-kent-genome-tools
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..57a5adbaad2a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.gz
+*.tar.xz
+*.tgz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index cad70320c13c..6c5ad41f90e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Grey Christoforo <grey at christoforo dot net>
+# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=ucsc-kent-genome-tools
-pkgver=319
+pkgver=326
pkgrel=1
pkgdesc="UCSC genome browser 'kent' bioinformatic utilities"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=other
install=$pkgname.install
depends=('mariadb-clients' 'libpng' 'openssl')
source=(http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v${pkgver}.src.tgz)
-sha1sums=('458eea638706c071e7044c02d175a56407da4913')
+sha1sums=('676d31a45770f24bd079395d918ffb2a204acb4a')
build() {
cd "${srcdir}/userApps/"