libmpc: extract update_* to external update file
This commit is contained in:
parent
014e1ae82b
commit
a44cb24f84
2 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,6 @@ short_desc="C library for the arithmetic of complex numbers"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.multiprecision.org"
|
||||
license="LGPL-3"
|
||||
update_pkgname=mpc
|
||||
update_site="${homepage}/?prog=mpc&page=download"
|
||||
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
||||
checksum=b561f54d8a479cee3bc891ee52735f18ff86712ba30f036f8b8537bae380c488
|
||||
|
||||
|
|
2
srcpkgs/libmpc/update
Normal file
2
srcpkgs/libmpc/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
pkgname=mpc
|
||||
site="${homepage}/?prog=mpc&page=download"
|
Loading…
Add table
Reference in a new issue