Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingRaven authored and github-actions[bot] committed Nov 7, 2024
1 parent b16bfc2 commit b04d635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions python-cdsapi/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = python-cdsapi
pkgdesc = Copernicus Common Data Store API (was Climate Data Store)
pkgver = 0.7.3
pkgver = 0.7.4
pkgrel = 1
url = https://github.com/ecmwf/cdsapi
arch = x86_64
Expand All @@ -11,7 +11,7 @@ pkgbase = python-cdsapi
makedepends = python-setuptools
depends = python-tqdm
depends = python-requests
source = https://files.pythonhosted.org/packages/source/c/cdsapi/cdsapi-0.7.3.tar.gz
b2sums = e4dec29df53588bc76518ee096572be812d2385429669cf4634d5e02a25def90f7a709e4d5e4abc23b54377ce0ae4dd9057a2637388c9f05226c2f3cff10357a
source = https://files.pythonhosted.org/packages/source/c/cdsapi/cdsapi-0.7.4.tar.gz
b2sums = 182ffc6e20f2f40db807d3d708d2e07ed476676ed8a29e00863ff58be419546aaf766b56690d9bb999fe277b3b0a4baa2437e889100fcd2afc506f17c39e1407

pkgname = python-cdsapi
2 changes: 1 addition & 1 deletion python-cdsapi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ makedepends=('python-setuptools')
source=(
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
)
b2sums=('e4dec29df53588bc76518ee096572be812d2385429669cf4634d5e02a25def90f7a709e4d5e4abc23b54377ce0ae4dd9057a2637388c9f05226c2f3cff10357a')
b2sums=('182ffc6e20f2f40db807d3d708d2e07ed476676ed8a29e00863ff58be419546aaf766b56690d9bb999fe277b3b0a4baa2437e889100fcd2afc506f17c39e1407')

build() {
cd "$_name-$pkgver"
Expand Down

0 comments on commit b04d635

Please sign in to comment.