From 603016aaec73211f0accd5578cda4e387c99863a Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Mon, 3 Nov 2014 21:28:05 +0200 Subject: [PATCH] removed .1 increment in pkgrel as suggested by @kmihelich --- aur/python2-path/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aur/python2-path/PKGBUILD b/aur/python2-path/PKGBUILD index 1f4cb542e..03f211e52 100644 --- a/aur/python2-path/PKGBUILD +++ b/aur/python2-path/PKGBUILD @@ -5,7 +5,7 @@ # only changed arch to any pkgname=python2-path pkgver=5.1 -pkgrel=1.1 +pkgrel=1 pkgdesc="path.py provides a class (path) for working with files and directories. Less typing than os.path, more fun, a few new tricks" arch=('any') url="https://pypi.python.org/pypi/path.py"