summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2019-03-08 09:24:40 -0800
committerKyle Manna2019-03-08 09:24:40 -0800
commit7986d600aec1c142ff4d1a4fea83a9a9c3b3f925 (patch)
tree846351b63681c7775eb6cb502d25a8a49e428b06
parent0061d445c7f71e1c8db54f32bed85a6e9e83ff14 (diff)
downloadaur-7986d600aec1c142ff4d1a4fea83a9a9c3b3f925.tar.gz
release: v3.0.2
Update to follow upstream.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eebbb3074747..19841933c393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Mar 8 17:24:29 UTC 2019
pkgbase = python-intervaltree
pkgdesc = Library providing a mutable, self-balancing interval tree for Python.
- pkgver = 2.1.0
+ pkgver = 3.0.2
pkgrel = 1
- url = https://github.com/d0c-s4vage/py010parser
+ url = https://github.com/chaimleib/intervaltree
arch = any
- license = custom:Apache2
+ license = Apache
makedepends = python-setuptools
depends = python-sortedcontainers
- source = https://github.com/chaimleib/intervaltree/archive/2.1.0.tar.gz
- md5sums = ad4020de1066461e46eb777a15ce4bd4
+ source = https://github.com/chaimleib/intervaltree/archive/3.0.2.tar.gz
+ sha256sums = e8ab75b66077f2e5fb85ac56cb6df834689edb048d38601d53d8867cce3b77d1
pkgname = python-intervaltree
diff --git a/PKGBUILD b/PKGBUILD
index dc12f3ae79f2..15f6a8dc76f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-intervaltree
_pkgname=intervaltree
-pkgver=2.1.0
+pkgver=3.0.2
pkgrel=1
pkgdesc='Library providing a mutable, self-balancing interval tree for Python.'
arch=(any)
-url=https://github.com/d0c-s4vage/py010parser
+url=https://github.com/chaimleib/intervaltree
license=('Apache')
depends=(python-sortedcontainers)
makedepends=(python-setuptools)
source=(https://github.com/chaimleib/${_pkgname}/archive/${pkgver}.tar.gz)
-md5sums=(ad4020de1066461e46eb777a15ce4bd4)
+sha256sums=('e8ab75b66077f2e5fb85ac56cb6df834689edb048d38601d53d8867cce3b77d1')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}