summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2020-09-04 13:24:52 -0700
committerBen Widawsky2020-09-04 13:24:52 -0700
commitb0eb0d6b2f23f2db486643b1419b7f58fdf2d0c1 (patch)
treee4f8d9e34d94fc81eac49ce0144b82f190d3c1b6
parent66820e41038509116efa936f4a7015e2efeb70e0 (diff)
downloadaur-b0eb0d6b2f23f2db486643b1419b7f58fdf2d0c1.tar.gz
Update to 0.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3968865b0fa9..d3a2eb26e0f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-b4
pkgdesc = A tool to work with public-inbox and patch archives
- pkgver = 0.5.1
- pkgrel = 2
+ pkgver = 0.5.2
+ pkgrel = 1
url = https://git.kernel.org/pub/scm/utils/b4/b4.git
arch = any
license = GPL2
makedepends = python-setuptools
makedepends = python-docutils
depends = python
- source = https://files.pythonhosted.org/packages/source/b/b4/b4-0.5.1.tar.gz
- sha256sums = 7f13f2239dd942f2d14f6edf4bc9139dd0c03b6f705af00cb10abc9007eccb15
+ source = https://files.pythonhosted.org/packages/source/b/b4/b4-0.5.2.tar.gz
+ sha256sums = 72d5cf03e58a9c951f8fbc4e9634665d6af76caffbe964b8723199a5f30348f0
pkgname = python-b4
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 4a84515c76e8..8abb4950ff2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='python-b4'
pkgname=('python-b4')
_module='b4'
-pkgver='0.5.1'
-pkgrel=2
+pkgver='0.5.2'
+pkgrel=1
pkgdesc="A tool to work with public-inbox and patch archives"
url="https://git.kernel.org/pub/scm/utils/b4/b4.git"
depends=('python')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python-docutils')
license=('GPL2')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('7f13f2239dd942f2d14f6edf4bc9139dd0c03b6f705af00cb10abc9007eccb15')
+sha256sums=('72d5cf03e58a9c951f8fbc4e9634665d6af76caffbe964b8723199a5f30348f0')
build() {
cd "${srcdir}/${_module}-${pkgver}"