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

Levente Polyak anthraxx at archlinux.org
Sun May 9 10:05:59 UTC 2021


    Date: Sunday, May 9, 2021 @ 10:05:58
  Author: anthraxx
Revision: 929017

upgpkg: python-flask-sqlalchemy 2.5.1-1

Modified:
  python-flask-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 10:05:25 UTC (rev 929016)
+++ PKGBUILD	2021-05-09 10:05:58 UTC (rev 929017)
@@ -4,8 +4,8 @@
 
 _pyname=flask-sqlalchemy
 pkgname=python-flask-sqlalchemy
-pkgver=2.4.4
-pkgrel=3
+pkgver=2.5.1
+pkgrel=1
 pkgdesc='Adds SQLAlchemy support to your Flask application'
 url='http://flask-sqlalchemy.pocoo.org/'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python-sphinx' 'python-pallets-sphinx-themes' 'python-sphinx-issues')
 checkdepends=('python-pytest' 'python-blinker' 'python-mock')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/flask-sqlalchemy/archive/${pkgver}.tar.gz)
-sha512sums=('6a72aababf7f3c76dc70fd178a97ae5616bcf887309a06f5f0d3d09f0c4b82c855c2c65e51a48a89dcbd346444472d73cf159eecc0f6b2fb8665d52d186b6626')
+sha512sums=('6780213b959bbc43306bad97ff6d3bf120baeff26cdaeba84b98b1b5b288a78fcbe80884e5342e8907bdfd2a7acd87aa0a8e761018bf8662b9509c1227b443cd')
 
 prepare() {
   sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i ${_pyname}-${pkgver}/docs/conf.py
@@ -37,7 +37,7 @@
   install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 CHANGES.rst README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
   cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/${_pyname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/man/1/${_pyname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list