summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-04-14 21:49:17 +0100
committerGrey Christoforo2019-04-14 21:49:17 +0100
commit6c05d15cdca5b815aac004f578d91f7991a2bb08 (patch)
tree968d4dc39c21a195a666d93b7c962ecde717898f
parentcbf31bd03b6bf81fc9ec21750e5ee2b63c4d194b (diff)
downloadaur-6c05d15cdca5b815aac004f578d91f7991a2bb08.tar.gz
bump to 379
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 149c9d1aaf56..495076a254e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ucsc-kent-genome-tools
pkgdesc = UCSC Kent bioinformatics utilities: kent source utilities
- pkgver = 353
+ pkgver = 379
pkgrel = 1
url = http://hgdownload.soe.ucsc.edu/admin/exe/
install = ucsc-kent-genome-tools.install
@@ -12,10 +12,10 @@ pkgbase = ucsc-kent-genome-tools
depends = openssl
source = .hg.conf
source = ucsc-kent-genome-tools.sh
- source = ucsc-kent-genome-tools-353.src.tgz::http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v353.src.tgz
+ source = ucsc-kent-genome-tools-379.src.tgz::http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v379.src.tgz
sha256sums = 359db5b022847d3d674f21821fa08a363d2183379d59a2b63129fcf90954d674
sha256sums = 5ccec9d5e4de9be22746fab1591127b61176c8c4d586c0dd1df13ee5e52a5367
- sha256sums = f3e7609069b195ef5219e39e0181ced1988f8d3843579d36549fc47e808b27a1
+ sha256sums = 19dc9ac1234a7d76f5fc0ca6afb22ddc98aca1cf4257d68dad299f5e903b7678
pkgname = ucsc-kent-genome-tools
diff --git a/PKGBUILD b/PKGBUILD
index 0fd718f4833b..737199cb3d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=ucsc-kent-genome-tools
-pkgver=353
+pkgver=379
pkgrel=1
pkgdesc="UCSC Kent bioinformatics utilities: kent source utilities"
arch=('x86_64')
@@ -15,11 +15,9 @@ source=(
"${pkgname}".sh
"${pkgname}"-"${pkgver}".src.tgz::http://hgdownload.soe.ucsc.edu/admin/exe/userApps.v"${pkgver}".src.tgz
)
-sha256sums=(
- '359db5b022847d3d674f21821fa08a363d2183379d59a2b63129fcf90954d674'
- '5ccec9d5e4de9be22746fab1591127b61176c8c4d586c0dd1df13ee5e52a5367'
- 'f3e7609069b195ef5219e39e0181ced1988f8d3843579d36549fc47e808b27a1'
-)
+sha256sums=('359db5b022847d3d674f21821fa08a363d2183379d59a2b63129fcf90954d674'
+ '5ccec9d5e4de9be22746fab1591127b61176c8c4d586c0dd1df13ee5e52a5367'
+ '19dc9ac1234a7d76f5fc0ca6afb22ddc98aca1cf4257d68dad299f5e903b7678')
prepare() {
cd "${srcdir}"/userApps