[arch-commits] Commit in python2-functools32/trunk (PKGBUILD)

2020-07-05 Thread Morten Linderud via arch-commits
Date: Sunday, July 5, 2020 @ 22:52:28
  Author: foxboron
Revision: 657927

upgpkg: python2-functools32 3.2.3_2-3

repro rebuild

Modified:
  python2-functools32/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-05 22:51:35 UTC (rev 657926)
+++ PKGBUILD2020-07-05 22:52:28 UTC (rev 657927)
@@ -4,7 +4,7 @@
 pkgname=python2-functools32
 _pkgver=3.2.3-2
 pkgver=${_pkgver//-/_}
-pkgrel=2
+pkgrel=3
 pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
 url="https://github.com/MiCHiLU/python-functools32;
 arch=(any)


[arch-commits] Commit in python2-functools32/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 23:15:25
  Author: felixonmars
Revision: 405215

PIE/BUILDINFO rebuild

Modified:
  python2-functools32/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:15:23 UTC (rev 405214)
+++ PKGBUILD2018-11-09 23:15:25 UTC (rev 405215)
@@ -4,7 +4,7 @@
 pkgname=python2-functools32
 _pkgver=3.2.3-2
 pkgver=${_pkgver//-/_}
-pkgrel=1
+pkgrel=2
 pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
 url="https://github.com/MiCHiLU/python-functools32;
 arch=(any)


[arch-commits] Commit in python2-functools32/trunk (PKGBUILD)

2016-03-09 Thread Antonio Rojas
Date: Thursday, March 10, 2016 @ 08:39:19
  Author: arojas
Revision: 165820

Update to 3.2.3-2

Modified:
  python2-functools32/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:36:34 UTC (rev 165819)
+++ PKGBUILD2016-03-10 07:39:19 UTC (rev 165820)
@@ -2,7 +2,7 @@
 # Contributor: Stephan Conrad
 
 pkgname=python2-functools32
-_pkgver=3.2.3-1
+_pkgver=3.2.3-2
 pkgver=${_pkgver//-/_}
 pkgrel=1
 pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
@@ -12,7 +12,7 @@
 makedepends=(python2-distribute)
 license=('CUSTOM')
 
source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
-md5sums=('6c226dfc1ca56ba3ee200d603b780cbc')
+md5sums=('09f24ffd9af9f6cd0f63cb9f4e23d4b2')
 
 build() {
 cd functools32-$_pkgver