mupen64plus: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:12 +00:00
parent 118a57af37
commit 0352ab895f
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ short_desc="A Nintendo64 Emulator"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://code.google.com/p/mupen64plus/"
update_pattern=$pkgname'-bundle-src-\K[\d.]+(?=\.tar\.gz)'
distfiles="http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${version}.tar.gz"
checksum=2a269ca77797d7eb3759cbbfecbdc1d985e773e5be155d469c13f034e37e7e4d
only_for_archs="i686 x86_64"

View File

@ -0,0 +1 @@
pattern=$pkgname'-bundle-src-\K[\d.]+(?=\.tar\.gz)'