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

Levente Polyak anthraxx at gemini.archlinux.org
Mon Jan 31 19:56:09 UTC 2022


    Date: Monday, January 31, 2022 @ 19:56:08
  Author: anthraxx
Revision: 1121261

upgpkg: python-sqlalchemy-continuum 1.3.12-1

Modified:
  python-sqlalchemy-continuum/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 19:38:25 UTC (rev 1121260)
+++ PKGBUILD	2022-01-31 19:56:08 UTC (rev 1121261)
@@ -3,13 +3,13 @@
 
 _pkgname=sqlalchemy-continuum
 pkgname=python-sqlalchemy-continuum
-pkgver=1.3.11
-pkgrel=3
+pkgver=1.3.12
+pkgrel=1
 pkgdesc='Versioning and auditing extension for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-continuum'
 arch=('any')
 license=('BSD')
-depends=('python' 'python-sqlalchemy1.3' 'python-sqlalchemy-utils')
+depends=('python' 'python-sqlalchemy' 'python-sqlalchemy-utils')
 makedepends=('python-setuptools' 'python-sphinx')
 checkdepends=('sqlite' 'python-pytest' 'python-flexmock' 'python-psycopg2' 'python-mysql-connector'
               'python-six' 'python-anyjson' 'python-flask' 'python-flask-login' 'python-flask-sqlalchemy'
@@ -19,8 +19,9 @@
             'python-flask-sqlalchemy: flask plugin'
             'python-sqlalchemy-i18n: internationalization')
 options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}.tar.gz)
-sha512sums=('297464a3e954a4cace33f6e0829d6384dfca224495060f62a6ae05260b8a7e313ff1f981d8bf3c28555836cc68cba855c0f676f9edc66fcdd59a931613c1c838')
+source=(https://github.com/kvesteri/sqlalchemy-continuum/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('91537fd9dee8e4d0923ee61dfa9c95a8d10e57c7d89579ff900ad5bbe2257f5e9b8e5b33f90bda6b20b6b659ac8470fba3069687bb195a437794afafba5403e9')
+b2sums=('f18ebef2e980f14e34612091f99c2abcd36847d209b428c4079facc05520e3834cb1aa22abd1399d1d53a670c0acf162331446ad5632082ba5baa1d6955ea680')
 
 build() {
   cd ${_pkgname}-${pkgver}



More information about the arch-commits mailing list