Skip to content

Commit

Permalink
gnuradio: fix source archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Aug 1, 2024
1 parent 236e4de commit 6d817c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-gnuradio/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=gnuradio
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=3.10.11.0
pkgrel=2
pkgrel=3
pkgdesc="General purpose DSP and SDR toolkit (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64')
Expand Down Expand Up @@ -64,7 +64,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-jsonschema"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://github.com/${_realname}/${_realname}/archive/v${pkgver}/${_realname}-v${pkgver}.tar.gz"
source=("https://github.com/${_realname}/${_realname}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"https://github.com/gnuradio/gnuradio/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz.asc"
0001-cmake-Install-python-wrapper-exe-for-scripts-on-Wind.patch
gnuradio-blocks-and-examples-path.hook.in
Expand Down

0 comments on commit 6d817c7

Please sign in to comment.