Skip to content

Commit

Permalink
python-pyparsing: Update to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 26, 2024
1 parent 395d1f9 commit a6f71e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python-pyparsing/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=pyparsing
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=3.1.2
pkgrel=2
pkgver=3.2.0
pkgrel=1
pkgdesc='General parsing module for Python'
arch=('any')
url='https://github.com/pyparsing/pyparsing/'
Expand All @@ -22,7 +22,7 @@ provides=("python3-${_realname}")
replaces=("python3-${_realname}")
conflicts=("python3-${_realname}")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad')
sha256sums=('cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c')

build() {
cd "${srcdir}"/pyparsing-${pkgver}
Expand Down

0 comments on commit a6f71e6

Please sign in to comment.