Date: Sunday, May 7, 2023 @ 13:11:31
  Author: alucryd
Revision: 1459333

upgpkg: python-flask-marshmallow 0.15.0-1

Modified:
  python-flask-marshmallow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 13:11:07 UTC (rev 1459332)
+++ PKGBUILD    2023-05-07 13:11:31 UTC (rev 1459333)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <[email protected]>
 
 pkgname=python-flask-marshmallow
-pkgver=0.14.0
-pkgrel=4
+pkgver=0.15.0
+pkgrel=1
 pkgdesc='Flask + marshmallow for beautiful APIs'
 url=https://flask-marshmallow.readthedocs.io/
 arch=(any)
@@ -15,25 +15,22 @@
   git
   python-setuptools
 )
-_tag=0d84ce91ab4a00a2e628c5d9a2529948e2fce3be
+_tag=b36e14ae413efdf54cbb1b99f62bc572c0ec04e3
 
source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${_tag})
-sha256sums=(SKIP)
+b2sums=(SKIP)
 
 pkgver() {
   cd flask-marshmallow
-
   git describe --tags
 }
 
 build() {
   cd flask-marshmallow
-
   python setup.py build
 }
 
 package() {
   cd flask-marshmallow
-
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
   install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-flask-marshmallow
 }

Reply via email to