summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Klötzl2024-04-18 19:07:12 +0100
committerFabian Klötzl2024-04-18 19:07:12 +0100
commit9911175c69e85a211f4b1f8c5cbf1d78a655b7aa (patch)
tree77274eba9d4db4564f0b13d57a9f0b92b34e43af /PKGBUILD
parent8ad885b96dd55c11b8e5155b83c1e428a5dc409c (diff)
downloadaur-9911175c69e85a211f4b1f8c5cbf1d78a655b7aa.tar.gz
update to v1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c1342cc16b1..1d2c2f1a53f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fabian Klötzl <fabian-aur@kloetzl.info>
pkgname=phylonium
-pkgver=1.6
+pkgver=1.7
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=('5618819e12141c2e9005e1d6e83426c05bd9f035289a65b0f3199bbcbb8f632c')
+sha256sums=('cd043ad0021fd61ed412695e035382c066befaacb7e08ebaafcfa2b4437811aa')
prepare() {
cd "${pkgname}-${pkgver}"