summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-04-24 10:03:05 +0100
committerGrey Christoforo2016-04-24 10:03:05 +0100
commitdd63f16afcb05c983634446fc9a32bef4b016555 (patch)
treebde10d6a1c830992402b4156f9a8c019f1bbf57e
parent72f4c92a6704bac5af705df9199ba3837fa6c44a (diff)
downloadaur-dd63f16afcb05c983634446fc9a32bef4b016555.tar.gz
bump to v331, fix license syntax in pkgbuild
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd5c6bb9e082..7758035969bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 11:49:04 UTC 2016
+# Sun Apr 24 09:02:41 UTC 2016
pkgbase = ucsc-kent-genome-tools
pkgdesc = UCSC genome browser 'kent' bioinformatic utilities
- pkgver = 327
+ pkgver = 331
pkgrel = 1
url = http://hgdownload.soe.ucsc.edu/admin/exe/
install = ucsc-kent-genome-tools.install
@@ -12,10 +12,8 @@ pkgbase = ucsc-kent-genome-tools
depends = mariadb-clients
depends = libpng
depends = openssl
- source = http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v327.src.tgz
- source = .hg.conf
- sha1sums = 0294bf61a0ac8c0d57d1e354ad3eb17187cdecb9
- sha1sums = ffc9a7064a697476639c46e9280e0b43ac2393b3
+ source = http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v331.src.tgz
+ sha1sums = d2a99387a559ae525f078dbfdaa4ab7158098331
pkgname = ucsc-kent-genome-tools
diff --git a/.gitignore b/.gitignore
index 57a5adbaad2a..964fda0e6b54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.tar.gz
*.tar.xz
*.tgz
+*.tar
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 90c35b2ca347..f4f6eb155205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=ucsc-kent-genome-tools
-pkgver=327
+pkgver=331
pkgrel=1
pkgdesc="UCSC genome browser 'kent' bioinformatic utilities"
arch=('i686' 'x86_64')
url="http://hgdownload.soe.ucsc.edu/admin/exe/"
-license=other
+license=('other')
install=$pkgname.install
depends=('mariadb-clients' 'libpng' 'openssl')
source=(http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v${pkgver}.src.tgz)
-sha1sums=('0294bf61a0ac8c0d57d1e354ad3eb17187cdecb9')
+sha1sums=('d2a99387a559ae525f078dbfdaa4ab7158098331')
prepare() {
cd "${srcdir}/userApps/"