Skip to content

Commit

Permalink
semgrep: version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Oct 17, 2024
1 parent 1ee059a commit a635879
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/semgrep/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=semgrep
pkgver=1.75.0
pkgver=1.92.0
_pyver=3.12
_py=cp38.cp39.cp310.cp311.py37.py38.py39.py310.py311
pkgrel=3
Expand All @@ -16,13 +16,14 @@ depends=('python' 'python-attrs' 'python-boltons' 'python-colorama'
'python-requests' 'python-ruamel-yaml' 'python-tqdm' 'python-packaging'
'python-jsonschema' 'python-wcmatch' 'python-peewee'
'python-defusedxml' 'python-urllib3' 'python-typing_extensions'
'python-lsp-jsonrpc' 'python-tomli' 'python-rich' 'python-exceptiongroup')
'python-lsp-jsonrpc' 'python-tomli' 'python-rich'
'python-exceptiongroup')
makedepends=('python-build' 'python-pip' 'python-wheel')
replaces=('python-semgrep')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
"https://files.pythonhosted.org/packages/$_py/${pkgname::1}/$pkgname/${pkgname//-/_}-$pkgver-$_py-none-any.whl")
sha512sums=('6514a16c321d7a0c4e74b00999a22bbfb7715dba8315f5959520d905e4ad33eb3673948c79e8c4da4ca262a1ce19fd8bdd0c72a1d09ed62a13ebdcfa7a98f6a0'
'c7017769df2236d0b25418fa7b8380cbfb62bf88abc786c29af3f3785057023cc5501b8454717c79c2dfbd53d0d13fdebbe2ab8a10d03a9d3ace3738e23c2d30')
sha512sums=('b928b961faa36132c07b1b3b2f7c8feaaf47ad8ea4f85e3ddd7d161f0be4dc5d988cf9cd3344b240a28b212d9b22354e3d55af7a6c65aa9411700aba140425a2'
'3ea6f4a476b32361c66c1ebcccccadb9d74a7dc855fd6324bfe8bb7c183f78d7539e7752b98d8248e96551487c390025f38b1e51f6ca6c8c3640c49f49b2005d')

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

0 comments on commit a635879

Please sign in to comment.