summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2016-04-24 10:03:05 +0100
committerGrey Christoforo2016-04-24 10:03:05 +0100
commitdd63f16afcb05c983634446fc9a32bef4b016555 (patch)
treebde10d6a1c830992402b4156f9a8c019f1bbf57e /PKGBUILD
parent72f4c92a6704bac5af705df9199ba3837fa6c44a (diff)
downloadaur-dd63f16afcb05c983634446fc9a32bef4b016555.tar.gz
bump to v331, fix license syntax in pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/"