summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:09:01 +0000
committerWill Handley2020-12-02 09:09:01 +0000
commit8ba7fab65ec46204849c94e8094af6cb6f4e7388 (patch)
treed64b5b7c703c3350c6c16802fc1c39c80dc4a886
parent9655deea9532b824e624c513f1a49cb42779fbe9 (diff)
downloadaur-8ba7fab65ec46204849c94e8094af6cb6f4e7388.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd4d1ac35c79..1e8b03a10f71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-docrep
pkgdesc = A Python Module for intelligent reuse of docstrings
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Chilipp/docrep
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 77a67c5db990..9e6309f34562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=docrep
pkgname=python-$_modulename
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Python Module for intelligent reuse of docstrings"
arch=(any)
url="https://github.com/Chilipp/docrep"