summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')