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 fcb0f7b41e72..ba8d388ec6b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-queryablelist
pkgdesc = Python module to add support for ORM-style filtering to any list of items
pkgver = 3.1.0
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/kata198/QueryableList
arch = any
license = LGPLv2
diff --git a/PKGBUILD b/PKGBUILD
index 0042e4b76a84..5da7c0a54acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-queryablelist
pkgver=3.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python module to add support for ORM-style filtering to any list of items"
arch=('any')
license=('LGPLv2')