* update python-pycparser to 2.22-3

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:41 +01:00
parent 806ca1aff1
commit 066b13bc1b
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,13 @@
pkgbase = python-pycparser
pkgdesc = C parser and AST generator written in Python
pkgver = 2.22
pkgrel = 3
url = https://github.com/eliben/pycparser
arch = any
license = BSD
makedepends = python-setuptools
depends = python
source = python-pycparser-2.22.tar.gz::https://github.com/eliben/pycparser/archive/release_v2.22.tar.gz
sha512sums = 1c5be2b83c0a892cafa55a2595942d7048994772dc0fc71d2943004b4198d939c0bf2a164d763d94fe11d532e49371c59c1cf4037c32dab8d3cf0c553a8de64a
pkgname = python-pycparser

View File

@ -6,7 +6,7 @@
pkgname=python-pycparser
pkgver=2.22
pkgrel=2
pkgrel=3
pkgdesc='C parser and AST generator written in Python'
url='https://github.com/eliben/pycparser'
depends=('python')