mupen64plus: extract update_* to external update file
This commit is contained in:
parent
118a57af37
commit
0352ab895f
2 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ short_desc="A Nintendo64 Emulator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://code.google.com/p/mupen64plus/"
|
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"
|
distfiles="http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${version}.tar.gz"
|
||||||
checksum=2a269ca77797d7eb3759cbbfecbdc1d985e773e5be155d469c13f034e37e7e4d
|
checksum=2a269ca77797d7eb3759cbbfecbdc1d985e773e5be155d469c13f034e37e7e4d
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
1
srcpkgs/mupen64plus/update
Normal file
1
srcpkgs/mupen64plus/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern=$pkgname'-bundle-src-\K[\d.]+(?=\.tar\.gz)'
|
Loading…
Reference in a new issue