summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabian Klötzl2020-11-12 21:11:49 +0000
committerFabian Klötzl2020-11-12 21:11:49 +0000
commita268b7dc7f6132b6690a49514596418df55b2497 (patch)
treed44a2825f68ba24748e9b6ef38153bfda300dced /PKGBUILD
parent7e03447cfec1403a91268cc688e8cd4c5dda5f5e (diff)
downloadaur-a268b7dc7f6132b6690a49514596418df55b2497.tar.gz
update to v1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce6e4f67e701..5c44dde95a83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Fabian Klötzl <fabian-aur@kloetzl.info>
pkgname=phylonium
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Fast and Accurate Estimation of Evolutionary Distances"
url="https://github.com/evolbioinf/phylonium/"
license=("GPL3") # "custom:ISC"
-depends=("libdivsufsort" "gsl")
+depends=("libdivsufsort")
arch=("i686" "x86_64")
checkdepends=("glib2")
source=("https://github.com/EvolBioInf/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('480bb1409cb335498d53e176bfa0b5721f3a417d5de8cfcca935815f1010f4be')
+sha256sums=('7a31abfa9c598f4080de4cddbb2e0ee70b80ba6f77769a6d00915929b0472aac')
prepare() {
cd "${pkgname}-${pkgver}"