summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 08:32:05 +1100
committerPumpkinCheshire2020-12-04 08:32:05 +1100
commite7c4f506a9e619f5e206d8466a1e8afb8cc4e2ed (patch)
tree38a04e524ac651e8a6b7b253b56977465e3ffc63
parent899d994498330ff3f6021686c6a2705b228a79c4 (diff)
downloadaur-e7c4f506a9e619f5e206d8466a1e8afb8cc4e2ed.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b384ab05e0d3..2e07d7f3eff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-anyconfig-cbor-backend
pkgdesc = This is a backend module for python-anyconfig to support to load and dump CBOR files with using cbor.
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ssato/python-anyconfig-cbor-backend
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9ec11d0bd838..94c31922b475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=anyconfig-cbor-backend
pkgname=python-$_name
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='This is a backend module for python-anyconfig to support to load and dump CBOR files with using cbor.'
url='https://github.com/ssato/python-anyconfig-cbor-backend'
arch=('any')