diff options
author | Guillaume Horel | 2024-10-28 10:32:28 -0400 |
---|---|---|
committer | Guillaume Horel | 2024-10-28 10:32:28 -0400 |
commit | 54ca87d597914045744cb1c443ee9396324ffd87 (patch) | |
tree | 28c34e1b303cb50039d4a9169e68df61f7d98591 | |
parent | addc794216d2d8587b49373a652854d70a342396 (diff) | |
download | aur-python-blp.tar.gz |
bump to 0.0.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-blp pkgdesc = Pythonic interface for Bloomberg Open API - pkgver = 0.0.2 + pkgver = 0.0.3 pkgrel = 1 url = https://github.com/matthewgilbert/blp arch = any @@ -9,7 +9,7 @@ pkgbase = python-blp makedepends = python-installer makedepends = python-wheel depends = python - source = https://files.pythonhosted.org/packages/source/b/blp/blp-0.0.2.tar.gz - sha256sums = 094c09b05fb006769f48309588f4200d593299b58566d03e6a188c16296cd98f + source = https://files.pythonhosted.org/packages/source/b/blp/blp-0.0.3.tar.gz + sha256sums = b025e9f58c47ef383132b9718e463de6c1274b61773c52f2b4cb9f340b9ee62f pkgname = python-blp @@ -1,7 +1,7 @@ # Maintainer: Guillaume Horel <guillaume.horel@gmail.com> pkgname='python-blp' _pkgname='blp' -pkgver=0.0.2 +pkgver=0.0.3 pkgrel=1 pkgdesc='Pythonic interface for Bloomberg Open API' url='https://github.com/matthewgilbert/blp' @@ -12,7 +12,7 @@ optdepends=() license=('Apache-2.0') arch=('any') source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz") -sha256sums=('094c09b05fb006769f48309588f4200d593299b58566d03e6a188c16296cd98f') +sha256sums=('b025e9f58c47ef383132b9718e463de6c1274b61773c52f2b4cb9f340b9ee62f') build() { cd "${_pkgname}-${pkgver}" |