gputils: update to 1.5.0.1.
This commit is contained in:
parent
7d320321f8
commit
65f60fc32f
2 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'gputils'
|
# Template file for 'gputils'
|
||||||
pkgname=gputils
|
pkgname=gputils
|
||||||
version=1.5.0
|
version=1.5.0.1
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="gputils-${version%.*}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="PIC Programming Utilities"
|
short_desc="PIC Programming Utilities"
|
||||||
maintainer="Leandro Vital <leavitals@gmail.com>"
|
maintainer="Leandro Vital <leavitals@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://gputils.sourceforge.net/"
|
homepage="http://gputils.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gputils/gputils-${version%.*}-${version##*.}.tar.gz"
|
||||||
checksum=f6a517c186b991f504be5e4585316871d5950568257885d37487bb368dc76227
|
checksum=96994faedf90f018e6ed8802a32165ba9350f8be73ff1b3489961cad0f3e08b3
|
||||||
|
|
2
srcpkgs/gputils/update
Normal file
2
srcpkgs/gputils/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pattern='(?<!-)\b\Q'"$pkgname"'\E[-_]?((src|source)[-_])?\K([^/_\s]*?\d[^/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'
|
||||||
|
ignore="20??????-*"
|
Loading…
Reference in a new issue