summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2017-12-21 01:40:40 -0500
committerclintval2017-12-21 01:40:40 -0500
commitdd67d6b5c58c74327ce6eeaeab6cf43403a53a6c (patch)
treec8af447de907820bfffa0e807c71499b8e0f3eed
parentabaf5ad6a824aba070783bb7435f228712cd7f3e (diff)
downloadaur-dd67d6b5c58c74327ce6eeaeab6cf43403a53a6c.tar.gz
Fixed md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5829e07cc881..861c06975e20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rtg-tools
pkgdesc = Utilities for accurate VCF comparison and manipulation
pkgver = 3.8.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RealTimeGenomics/rtg-tools
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = rtg-tools
source = rtg.sh
md5sums = c5b558cbe845fcb315e943162b7da38e
md5sums = 1e5e1f5df474ab87b5a28a9d694e4e17
- md5sums = 64a6dc8d7c7ed9c3e0ba3d8c42f8194d
+ md5sums = d7c63bf91030230c609c740d28b22d38
pkgname = rtg-tools
diff --git a/PKGBUILD b/PKGBUILD
index f56b4f4fe428..5c35714c01d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rtg-tools
pkgver=3.8.4
-pkgrel=2
+pkgrel=3
pkgdesc="Utilities for accurate VCF comparison and manipulation"
arch=('i686' 'x86_64')
url="https://github.com/RealTimeGenomics/rtg-tools"
@@ -16,7 +16,7 @@ source=(
md5sums=(
'c5b558cbe845fcb315e943162b7da38e'
'1e5e1f5df474ab87b5a28a9d694e4e17'
- '64a6dc8d7c7ed9c3e0ba3d8c42f8194d')
+ 'd7c63bf91030230c609c740d28b22d38')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"