summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Klötzl2021-07-05 14:07:38 +0200
committerFabian Klötzl2021-07-05 14:07:38 +0200
commitef47612dd008c04a6a1aec6cba7790609f7a5ac6 (patch)
tree32695f94a278243bd646e98dbc65aa446e51ecb0 /PKGBUILD
parenta268b7dc7f6132b6690a49514596418df55b2497 (diff)
downloadaur-ef47612dd008c04a6a1aec6cba7790609f7a5ac6.tar.gz
update to v1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c44dde95a83..cca3c42b0ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fabian Klötzl <fabian-aur@kloetzl.info>
pkgname=phylonium
-pkgver=1.3
+pkgver=1.5
pkgrel=1
pkgdesc="Fast and Accurate Estimation of Evolutionary Distances"
url="https://github.com/evolbioinf/phylonium/"
@@ -9,7 +9,7 @@ depends=("libdivsufsort")
arch=("i686" "x86_64")
checkdepends=("glib2")
source=("https://github.com/EvolBioInf/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7a31abfa9c598f4080de4cddbb2e0ee70b80ba6f77769a6d00915929b0472aac')
+sha256sums=('a84d738ba7a265d0da0d8178255810923f4aa76bf50253e727c46961805ca6a4')
prepare() {
cd "${pkgname}-${pkgver}"