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

Levente Polyak anthraxx at archlinux.org
Sun May 23 13:04:50 UTC 2021


    Date: Sunday, May 23, 2021 @ 13:04:50
  Author: anthraxx
Revision: 943311

upgpkg: python-sqlalchemy-i18n 1.1.0-1

Modified:
  python-sqlalchemy-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-23 12:56:05 UTC (rev 943310)
+++ PKGBUILD	2021-05-23 13:04:50 UTC (rev 943311)
@@ -4,15 +4,18 @@
 
 _name=sqlalchemy-i18n
 pkgname=python-sqlalchemy-i18n
-pkgver=1.0.3
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Internationalization extension for SQLAlchemy models'
 url='https://github.com/kvesteri/sqlalchemy-i18n'
 arch=('any')
 license=('BSD')
 depends=('python' 'python-sqlalchemy' 'python-sqlalchemy-utils' 'python-six')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kvesteri/sqlalchemy-i18n/archive/${pkgver}.tar.gz)
-sha512sums=('08f5d0d00228fd9f39214b039f6b9260b99f5f940a3067daac695ce0c7e2909a0336abe081d3c272a8cb744e2f049ab108dea502875a52b987c1f52d27c52db8')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-psycopg2' 'python-flexmock' 'python-jinja' 'python-docutils')
+source=(https://github.com/kvesteri/sqlalchemy-i18n/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3fd11815366c3e971e0531d684715c4c8998f7f20d69a8b596bd4ca147da6f85ddf4448c99631031ccf60b5f09de6d1daa1e08e94d5c580268e31bf322af97d5')
+b2sums=('6554d731768d22389a926f6b33ef49844fc7fddb5cb1b844a9150f9c274ea7f3ac905e02ca5bbf9be99d4ace47ef3848336fbe5062d1bddcb2ee8f75507806fd')
 
 build() {
   cd ${_name}-${pkgver}



More information about the arch-commits mailing list