[arch-commits] Commit in python-aiopg/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Wed Aug 12 14:00:41 UTC 2020
Date: Wednesday, August 12, 2020 @ 14:00:41
Author: ffy00
Revision: 676361
upgpkg: python-aiopg 1.0.0-2 (fix typo in optdepends)
Modified:
python-aiopg/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-12 13:55:51 UTC (rev 676360)
+++ PKGBUILD 2020-08-12 14:00:41 UTC (rev 676361)
@@ -3,7 +3,7 @@
_pkgname=aiopg
pkgname=python-$_pkgname
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='library for accessing a PostgreSQL database from the asyncio'
arch=('any')
url='https://github.com/aio-libs/aiopg'
@@ -10,7 +10,7 @@
license=('BSD')
depends=('python' 'python-psycopg2')
makedepends=('python-setuptools')
-optdepends=('pythpn-sqlalchemy: SQLAlchemy support')
+optdepends=('python-sqlalchemy: SQLAlchemy support')
#checkdepends=('python-pytest-runner' 'python-sqlalchemy' 'python-docker')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('1947be779ad5f2a0a38a8db5318f52cf1245a24f1c73ec67453e3dfc9ec507dd5aaf95a079aabb18228ba230c71c58a072a5de48a9165ddebd82ac0207bc059b')
More information about the arch-commits
mailing list