gummiboot: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:23 +00:00
parent a2799ef175
commit 580ebe8aac
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,6 @@ short_desc="Simple UEFI Boot Manager"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="LGPL-2.1"
homepage="http://freedesktop.org/wiki/Software/gummiboot"
update_site="http://cgit.freedesktop.org/${pkgname}"
update_pattern='/gummiboot/tag/\?id=\K\d+'
distfiles="http://cgit.freedesktop.org/${pkgname}/snapshot/${pkgname}-${version}.tar.gz"
checksum=78f47105bab676b8ff2d19c1deedaa4c371f10e4fd49059f9d588c6f97544a9b
only_for_archs="i686 x86_64"

2
srcpkgs/gummiboot/update Normal file
View file

@ -0,0 +1,2 @@
site="http://cgit.freedesktop.org/${pkgname}"
pattern='/gummiboot/tag/\?id=\K\d+'