trn: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:33 +00:00
parent 133462ab56
commit ee249c80a0
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ short_desc="Text-based threaded Usenet newsreader"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://trn.sourceforge.net/"
update_pattern='trn-\S*?(?=.tar.gz)'
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}4/${wrksrc}.tar.gz"
checksum=9ab0430244903ad86ed74fcc2fdc39dc043d23968888e071313050a967b8a6ff

1
srcpkgs/trn/update Normal file
View File

@ -0,0 +1 @@
pattern='trn-\S*?(?=.tar.gz)'