Skip to content

Commit

Permalink
python-pygit2: update to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov committed Jun 29, 2024
1 parent 0dd74d1 commit ff29225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-pygit2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=pygit2
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.14.1
pkgver=1.15.0
pkgrel=1
pkgdesc='Python bindings for libgit2 (mingw-w64)'
arch=('any')
Expand All @@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-wheel"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('ec5958571b82a6351785ca645e5394c31ae45eec5384b2fa9c4e05dde3597ad6')
sha256sums=('a635525ffc74128669de2f63460a94c9d5609634a4875c0aafce510fdeec17ac')

prepare() {
cd "${srcdir}"
Expand Down

0 comments on commit ff29225

Please sign in to comment.