mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Merge pull request #510 from msthev/umurmur
umurmur 0.2.12-2 -> 0.2.13-1
This commit is contained in:
commit
6143c77405
2 changed files with 7 additions and 13 deletions
|
@ -2,8 +2,8 @@
|
|||
# Contributor : xav <xav at ethertricks dot net>
|
||||
|
||||
pkgname=umurmur
|
||||
pkgver=0.2.12
|
||||
pkgrel=2
|
||||
pkgver=0.2.13
|
||||
pkgrel=1
|
||||
pkgdesc="A minimalistic Mumble server"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/umurmur/"
|
||||
|
@ -12,22 +12,20 @@ depends=('openssl' 'libconfig' 'protobuf-c')
|
|||
source=(
|
||||
"http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
|
||||
"${pkgname}.service"
|
||||
"opus.patch"
|
||||
)
|
||||
sha256sums=(
|
||||
'2c2a0c34defeda59bea437fb99ba1086f94e6156f9236cd3dcc1e198b42ef68f'
|
||||
'ac1595fa47ce6bd1e0706dd609293f745d73a59af00a7a04ddc0f9ae243997be'
|
||||
'86f396a042d02b9f9ed9f23596ed650ae7604d2de3e0f560f1f2fe03167fbbba'
|
||||
'5d16aa5f8a0abc5d42c9f64c7272b303e0ec4a67166c3253d03916514400d028'
|
||||
)
|
||||
install="${pkgname}.install"
|
||||
backup=(
|
||||
'etc/umurmur/umurmur.conf'
|
||||
)
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch 'src/client.c' "${srcdir}/opus.patch"
|
||||
}
|
||||
#prepare() {
|
||||
# cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
# patch 'src/client.c' "${srcdir}/opus.patch"
|
||||
#}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
884a885
|
||||
> counter = Pds_get_numval(pdi); /* step past session id */
|
||||
886d886
|
||||
< counter = Pds_get_numval(pdi); /* step past session id */
|
Loading…
Reference in a new issue