diff --git a/python/python-ordered-set/PKGBUILD b/python/python-ordered-set/PKGBUILD index a4f46ed6c5..6b1a8f74da 100644 --- a/python/python-ordered-set/PKGBUILD +++ b/python/python-ordered-set/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-ordered-set pkgver=4.1.0 -pkgrel=4 +pkgrel=5 pkgdesc='A MutableSet that remembers its order, so that every entry has an index' arch=(any) url="https://github.com/rspeer/ordered-set"