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 cc8ef8e506f0..83e755f25d09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-anyconfig-msgpack-backend
pkgdesc = a backend module for python-anyconfig to support to load and dump MessagePack data files.
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ssato/python-anyconfig-msgpack-backend
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ac4b8c73b6a7..94ab2398122d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=anyconfig-msgpack-backend
pkgname=python-$_name
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='a backend module for python-anyconfig to support to load and dump MessagePack data files.'
url='https://github.com/ssato/python-anyconfig-msgpack-backend'
arch=('any')