summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Connes2019-09-21 19:52:54 +0200
committerCédric Connes2019-09-21 19:52:54 +0200
commitb18bc6e4f4a7d38d5e32be33273ce917d07aecb0 (patch)
tree5692a421eced8ef2939490d6a333a119e84d6ef9
parent76bf3994a01f1fe79356836719374f04bd313bcb (diff)
downloadaur-b18bc6e4f4a7d38d5e32be33273ce917d07aecb0.tar.gz
Update to v0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28d298af0ca9..1c15ff74ca80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = goldtree-py
pkgdesc = A python port of XorTroll's Goldtree
- pkgver = 0.6.1
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/friedkeenan/GoldtreePy
arch = any
license = GPL3
depends = python
depends = python-pyusb
- source = https://github.com/friedkeenan/GoldtreePy/archive/v0.6.1.tar.gz
- sha256sums = 1e82c5ae2f804dbd00a79102210f37815567a68035e7fbeb7c4712b5286bdb0a
+ source = https://github.com/friedkeenan/GoldtreePy/archive/v0.7.tar.gz
+ sha256sums = 0422ead54edb41314c2c13d6cc4b14219cfcf0ea5b2f81aefa99919710ab2205
pkgname = goldtree-py
diff --git a/PKGBUILD b/PKGBUILD
index 068c57e137e2..0d6f6a042f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Cédric Connes <cedric.connes@gmail.com>
pkgname=goldtree-py
-_githubver=0.6.1
-pkgver="$_githubver"
+_githubver=0.7
+pkgver="$_githubver.0"
pkgrel=1
pkgdesc="A python port of XorTroll's Goldtree"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python'
'python-pyusb')
source=("https://github.com/friedkeenan/GoldtreePy/archive/v$_githubver.tar.gz")
-sha256sums=('1e82c5ae2f804dbd00a79102210f37815567a68035e7fbeb7c4712b5286bdb0a')
+sha256sums=('0422ead54edb41314c2c13d6cc4b14219cfcf0ea5b2f81aefa99919710ab2205')
package() {
cd "GoldtreePy-$_githubver"