summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2023-07-10 14:12:34 +0200
committerbitwave2023-07-10 14:12:34 +0200
commit8a78a178e9865d9c2764263b3c0f23d34f7160ad (patch)
treeeec2f6bd1bbe550a87f9bafe593b9d4960a07a2d
parentf4253837990d7defb4f46abb4387442b960aa8b2 (diff)
downloadaur-python-git-reviewers.tar.gz
upgpkg: python-git-reviewers 0.13.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23081e580c45..c56bfb0722d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-git-reviewers
pkgdesc = Suggest reviewers for your git branch
- pkgver = 0.13.4
+ pkgver = 0.13.5
pkgrel = 1
url = https://github.com/albertyw/git-reviewers
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/g/git-reviewers/git-reviewers-0.13.4.tar.gz
- md5sums = 0a54f438b0f90fd958ee940e110727a3
+ source = https://files.pythonhosted.org/packages/source/g/git-reviewers/git-reviewers-0.13.5.tar.gz
+ md5sums = 83cb31e070d8b2062a22ebe48919a20a
pkgname = python-git-reviewers
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index b048d2a0692c..0ae795aa65f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-git-reviewers'
pkgname=('python-git-reviewers')
_module='git-reviewers'
-pkgver='0.13.4'
+pkgver='0.13.5'
pkgrel=1
pkgdesc="Suggest reviewers for your git branch"
url="https://github.com/albertyw/git-reviewers"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/g/git-reviewers/git-reviewers-${pkgver}.tar.gz")
-md5sums=('0a54f438b0f90fd958ee940e110727a3')
+md5sums=('83cb31e070d8b2062a22ebe48919a20a')
build() {
cd "${srcdir}/${_module}-${pkgver}"