summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2022-08-31 18:35:16 +0000
committerAntonio Rojas2022-08-31 18:35:16 +0000
commitf6c2126bbe1aa6dc36f22bc1b07ad8ef78cb1021 (patch)
treed945bd7cb7439ad0026ba582c7126ccc38004288
parentb57f901b2d79f945dcb3312fac02c325cf7485ad (diff)
downloadaur-f6c2126bbe1aa6dc36f22bc1b07ad8ef78cb1021.tar.gz
Update to 0.3.8
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad6d826639c7..85ce693392f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Kyle Keen <keenerd@gmail.com>
pkgname=python-ibm-db-sa
-pkgver=0.3.7
-pkgrel=3
+pkgver=0.3.8
+pkgrel=1
pkgdesc="SQLAlchemy support for IBM Data Servers"
url="https://pypi.python.org/pypi/ibm_db_sa"
license=('Apache')
arch=('any')
depends=('python-sqlalchemy')
-makedepends=('python-setuptools' 'python-sqlalchemy')
+makedepends=('python-setuptools')
checkdepends=('python-nose' 'python-coverage')
source=("https://pypi.io/packages/source/i/ibm_db_sa/ibm_db_sa-$pkgver.tar.gz")
-sha512sums=('010cffbf9b288bc46e505537ceadf5287447da04c8f58d6c8163d416833c99cfd27e759cf7c206b76eb910409186bb40977fd52ed5ac720e2290fcd03cdfadf3')
+sha512sums=('4d5bf9153eb1a3bac299fc84570a9a05253e405bfe62b4fbf31b2589a1d5720bb835cd5002ca331d01ec4edcba50f077b4755f898b9308e674984eb4dd561ef5')
build() {
cd ibm_db_sa-$pkgver