Merge branch 'master' of git://github.com/voidlinux/xbps-packages

This commit is contained in:
Gottox 2014-01-21 21:48:52 +01:00
commit 76b00c2b46
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'bluez'
pkgname=bluez
version=5.13
version=5.14
revision=1
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.bluez.org/"
license="GPL-2"
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
checksum=4581beedde485246b16e2b4665d60f3fe041284b5d5afc3a0a818604ad525ad3
checksum=5a485837c215f3093d3a98cb412dc99e1139f88a66c8809bdf183ad5e676395f
post_install() {
vinstall ${wrksrc}/src/main.conf 644 etc/bluetooth

View File

@ -1,7 +1,7 @@
# Template file for 'xbps-git'
pkgname=xbps-git
version=20140121
revision=1
revision=2
build_style=configure
configure_script="env HAVE_VASPRINTF=1 ./configure"
configure_args="--prefix=/usr --sysconfdir=/etc --enable-debug --enable-static --enable-tests"