[arch-commits] Commit in python-flask-socketio/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Nov 16 23:48:04 UTC 2019


    Date: Saturday, November 16, 2019 @ 23:48:03
  Author: anthraxx
Revision: 529846

upgpkg: python-flask-socketio 4.2.1-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 23:44:35 UTC (rev 529845)
+++ PKGBUILD	2019-11-16 23:48:03 UTC (rev 529846)
@@ -2,8 +2,8 @@
 
 pkgname=python-flask-socketio
 _pkgname=Flask-SocketIO
-pkgver=3.2.1
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
 arch=('any')
@@ -12,9 +12,9 @@
 makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('python-coverage' 'python-pytest')
 options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('aa2ce476d70600fb8fef04107677612e370602ac0d1c5ece5a6e01f297b3d8b0')
-sha512sums=('8f2009a34142f669fbc2711a12f202554f01da695d0f62a4dcc0d3b5a1f55d8b21a9d66fa0651d316e31979dd0400d5c2f9d4b24c3ff915e5a54682e7d877a06')
+source=(https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('edd4ab6da68a981c817c8c7b56c5eef16dd90bc9c56fa9d12c9cde17fc000463')
+sha512sums=('21ed19ba204e09fed4e2342660aa3c4867d53aa3ac8837c36cb122c3e74dbdeef45d065703e5578a369918dbb60a8c4f8af5306ae2c5081ca448f7a9d0763fd7')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -32,7 +32,7 @@
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt "${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/text/index.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/man/flask-socketio.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 



More information about the arch-commits mailing list