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

Maxime Gauduin alucryd at archlinux.org
Tue Feb 11 07:16:58 UTC 2020


    Date: Tuesday, February 11, 2020 @ 07:16:58
  Author: alucryd
Revision: 566814

upgpkg: python-marshmallow-sqlalchemy 0.22.2-1

Modified:
  python-marshmallow-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 07:14:53 UTC (rev 566813)
+++ PKGBUILD	2020-02-11 07:16:58 UTC (rev 566814)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=python-marshmallow-sqlalchemy
-pkgver=0.21.0
+pkgver=0.22.2
 pkgrel=1
 pkgdesc='SQLAlchemy integration with marshmallow'
 url=https://marshmallow-sqlalchemy.readthedocs.io/
@@ -15,7 +15,7 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=d7c7c2c602f9ac37b147cf528fa6e07ab6daa121)
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=ff0acd2622771ca473ccbed4fb33ec8530c86301)
 sha256sums=(SKIP)
 
 pkgver() {
@@ -33,7 +33,7 @@
 package() {
   cd marshmallow-sqlalchemy
 
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
 }
 



More information about the arch-commits mailing list