[arch-commits] Commit in python-cachecontrol/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Sun Jun 17 03:38:55 UTC 2018
Date: Sunday, June 17, 2018 @ 03:38:54
Author: eschwartz
Revision: 343434
upgpkg: python-cachecontrol 0.12.5-2
oops, typoed dependency
Modified:
python-cachecontrol/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-17 03:38:49 UTC (rev 343433)
+++ PKGBUILD 2018-06-17 03:38:54 UTC (rev 343434)
@@ -5,7 +5,7 @@
pkgbase=python-cachecontrol
pkgname=('python-cachecontrol' 'python2-cachecontrol')
pkgver=0.12.5
-pkgrel=1
+pkgrel=2
pkgdesc="httplib2 caching for requests"
arch=('any')
url="https://github.com/ionrock/${_pkgname}"
@@ -47,7 +47,7 @@
}
package_python2-cachecontrol() {
- depends=('python-msgpack' 'python2-requests')
+ depends=('python2-msgpack' 'python2-requests')
optdepends=('python2-lockfile: for the FileCache')
cd "${srcdir}"/${_pkgname}-${pkgver}
More information about the arch-commits
mailing list