add update_* to most packages starting with "b".
This commit is contained in:
parent
c36f464f4d
commit
b1a9c64018
11 changed files with 15 additions and 1 deletions
|
@ -13,6 +13,7 @@ depends="hicolor-icon-theme desktop-file-utils"
|
|||
short_desc="An email client for GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://pawsa.fedorapeople.org/balsa/"
|
||||
update_site="https://pawsa.fedorapeople.org/balsa/download.html"
|
||||
license="GPL-2"
|
||||
distfiles="http://pawsa.fedorapeople.org/balsa/balsa-${version}.tar.bz2"
|
||||
checksum=52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10
|
||||
|
|
|
@ -10,6 +10,7 @@ short_desc="Programmable completion for the GNU Bash shell"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://bash-completion.alioth.debian.org/"
|
||||
update_ignore="2008*"
|
||||
distfiles="http://${pkgname}.alioth.debian.org/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ short_desc="Berkeley Internet Name Domain server"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="http://www.isc.org/software/bind/"
|
||||
update_site="http://ftp.isc.org/isc/bind9/"
|
||||
update_pattern="9\.[\d.]+(?=/)"
|
||||
distfiles="http://ftp.isc.org/isc/bind9/${_distver}-${_patchver}/bind-${_distver}-${_patchver}.tar.gz"
|
||||
checksum=a41f7813f3a6eb0dcae961651ec93896fd82074929bc6c1d8c90b04a2417b850
|
||||
|
||||
|
|
|
@ -9,6 +9,8 @@ short_desc="Bitcoin is a peer-to-peer network based digital currency"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="http://www.bitcoin.org/"
|
||||
update_site="https://bitcoin.org/en/download"
|
||||
update_pattern='bitcoin-\K[\d.]+(?=-linux.tar.gz)'
|
||||
distfiles="http://bitcoin.org/bin/${version}/bitcoin-${version}-linux.tar.gz"
|
||||
checksum=c425783b6cbab9b801ad6a1dcc9235828b98e5dee6675112741f8b210e4f65cd
|
||||
|
||||
|
|
|
@ -13,5 +13,5 @@ short_desc="Deletes unneeded files to free disk space and maintain privacy"
|
|||
maintainer="graysky <graysky AT archlinux DOT us>"
|
||||
license="GPL3"
|
||||
homepage="http://bleachbit.sourceforge.net"
|
||||
distfiles="http://downloads.sourceforge.net/$pkgname/$pkgname-$version.tar.bz2"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=1b18c7ae2eadbe6c799159f2cc04f5b99dfbb8d3b87af61fa7ac192a8ce38162
|
||||
|
|
|
@ -7,6 +7,8 @@ makedepends="zlib-devel bzip2-devel icu-devel>=54"
|
|||
short_desc="Free peer-reviewed portable C++ source libraries"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.boost.org/"
|
||||
update_site="http://www.boost.org/users/download/"
|
||||
update_pattern='Version \K[\d.]+(?! beta)(?=<)'
|
||||
license="Boost Software License 1.0"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version//\./_}.tar.bz2"
|
||||
checksum=047e927de336af106a24bceba30069980c191529fd76b8dff8eb9a328b48ae1d
|
||||
|
|
|
@ -8,6 +8,8 @@ short_desc="Layer2 ethernet bridging for Linux"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
|
||||
update_pkgname="bridge"
|
||||
update_pattern="bridge-utils-\K[\d.]+"
|
||||
distfiles="${SOURCEFORGE_SITE}/bridge/$pkgname-$version.tar.gz"
|
||||
checksum=42f9e5fb8f6c52e63a98a43b81bd281c227c529f194913e1c51ec48a393b6688
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ short_desc="A 3D Collision Detection and Rigid Body Dynamics Library"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="zlib"
|
||||
homepage="http://www.bulletphysics.com/Bullet/"
|
||||
update_pattern='bullet-\K[\d.]+-r\d+'
|
||||
distfiles="http://bullet.googlecode.com/files/${pkgname}-${_distver}-${_revver}.tgz"
|
||||
checksum=67e4c9eb76f7adf99501d726d8ad5e9b525dfd0843fbce9ca73aaca4ba9eced2
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ system_groups="bumblebee"
|
|||
short_desc="NVIDIA Optimus support for Linux through VirtualGL"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.bumblebee-project.org/"
|
||||
update_site="http://www.bumblebee-project.org/install.html"
|
||||
license="GPL-3"
|
||||
distfiles="http://www.bumblebee-project.org/${pkgname}-${version}.tar.gz"
|
||||
checksum=1018703b07e2f607a4641249d69478ce076ae5a1e9dd6cff5694d394fa7ee30e
|
||||
|
|
|
@ -5,6 +5,7 @@ revision=9
|
|||
bootstrap=yes
|
||||
replaces="chroot-bzip2>=0"
|
||||
homepage="http://www.bzip.org"
|
||||
update_site="http://www.bzip.org/downloads.html"
|
||||
distfiles="http://www.bzip.org/$version/$pkgname-$version.tar.gz"
|
||||
short_desc="The bzip2 compression library"
|
||||
license="BSD"
|
||||
|
|
|
@ -11,6 +11,7 @@ short_desc="Distributed version control system that Just Works"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://bazaar.canonical.com"
|
||||
update_ignore="*b*"
|
||||
distfiles="http://launchpad.net/bzr/2.6/$version/+download/bzr-$version.tar.gz"
|
||||
checksum=0994797182eb828867eee81cccc79480bd2946c99304266bc427b902cf91dab0
|
||||
|
||||
|
|
Loading…
Reference in a new issue