codeblocks: fix update-check
This commit is contained in:
parent
3a5c0f3c8f
commit
6fd7e97036
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ short_desc="Free C, C++ and Fortran IDE"
|
|||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.codeblocks.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/${pkgname}/Sources/${version}/${pkgname}_${version}-1.tar.gz"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}-1.tar.gz"
|
||||
checksum=772450046e8c8ba2ea0086acf433a46b83e6254fae64df9c8ca132a22f949610
|
||||
|
||||
post_install() {
|
||||
|
|
1
srcpkgs/codeblocks/update
Normal file
1
srcpkgs/codeblocks/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="${pkgname}_\K[\d.]+(?=(-\d)?\.tar)"
|
Loading…
Reference in a new issue