summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2020-12-07 21:16:07 +0100
committerDenis Kasak2020-12-07 21:16:07 +0100
commitc94f1c70ae485e5956b7eb35ef2acb6bd51a6b6b (patch)
treed60d0545e5341218f3e55bbbee8e25c68c2804df
parent44b70904c1d0575abcc3e2995230c7e561ef5634 (diff)
downloadaur-c94f1c70ae485e5956b7eb35ef2acb6bd51a6b6b.tar.gz
Update to 0.2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66e266ebe173..9b14deac95ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = graphtage
- pkgdesc = Graphtage is a commandline utility and underlying library for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, and CSS files.
- pkgver = 0.2.2
- pkgrel = 2
+ pkgdesc = A utility for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, and CSS files.
+ pkgver = 0.2.4
+ pkgrel = 1
url = https://github.com/trailofbits/graphtage
arch = any
license = LGPLv3
@@ -14,8 +14,8 @@ pkgbase = graphtage
depends = python-scipy>=1.4.0
depends = python-tqdm
depends = python-typing_extensions>=3.6.5
- source = https://github.com/trailofbits/graphtage/archive/v0.2.2.tar.gz
- sha256sums = f1d2b8b860c71e6e42e08079922cb1ca68911d3ebdab8d996e3fbd674ecddb7b
+ source = https://github.com/trailofbits/graphtage/archive/v0.2.4.tar.gz
+ sha256sums = eab1c426f9a674647490e5b9f01961ba3501a7a7b2ac43b5d7ea8c2301763735
pkgname = graphtage
diff --git a/PKGBUILD b/PKGBUILD
index 06744e621885..dba8bb998b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Denis Kasak <dkasak AT termina DOT org DOT uk>
pkgname=graphtage
-pkgver=0.2.2
-pkgrel=2
-pkgdesc="Graphtage is a commandline utility and underlying library for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, and CSS files."
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="A utility for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, and CSS files."
arch=('any')
url=https://github.com/trailofbits/graphtage
license=('LGPLv3')
depends=('python' 'python-colorama' 'python-intervaltree' 'python-json5>=0.9.5' 'python-yaml' 'python-scipy>=1.4.0' 'python-tqdm' 'python-typing_extensions>=3.6.5')
makedepends=('python-setuptools')
source=(https://github.com/trailofbits/graphtage/archive/v${pkgver}.tar.gz)
-sha256sums=('f1d2b8b860c71e6e42e08079922cb1ca68911d3ebdab8d996e3fbd674ecddb7b')
+sha256sums=('eab1c426f9a674647490e5b9f01961ba3501a7a7b2ac43b5d7ea8c2301763735')
build() {
cd "$srcdir/$pkgname-$pkgver/"