diff options
Diffstat (limited to 'main/asterisk-audio-konf/APKBUILD')
-rw-r--r-- | main/asterisk-audio-konf/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/asterisk-audio-konf/APKBUILD b/main/asterisk-audio-konf/APKBUILD index cd87e2780..3025b873c 100644 --- a/main/asterisk-audio-konf/APKBUILD +++ b/main/asterisk-audio-konf/APKBUILD @@ -4,7 +4,7 @@ pkgname=asterisk-audio-konf _basever=0 _gitver=100607 pkgver=${_basever}_git${_gitver} -pkgrel=0 +pkgrel=1 pkgdesc="A fork of AppKonference focused entirely on audio conferencing" url="http://github.com/jthomerson/AsteriskAudioKonf/" license="GPL" @@ -15,6 +15,7 @@ subpackages= _snapfile="$pkgname-$pkgver.tar.bz2" source="http://build.alpinelinux.org:8010/distfiles/$_snapfile 0001-add-n-flag-to-prevent-dynamic-create-of-conference.patch + 0002-member-do-not-exit-with-error-if-join_conference-fai.patch " _gitver=100607 @@ -64,4 +65,5 @@ package() { } md5sums="8a716a2d1daa622f86a485804e403571 asterisk-audio-konf-0_git100607.tar.bz2 -937afbb9fa2ce57615f09919e15ab2d3 0001-add-n-flag-to-prevent-dynamic-create-of-conference.patch" +937afbb9fa2ce57615f09919e15ab2d3 0001-add-n-flag-to-prevent-dynamic-create-of-conference.patch +2d0d8bf20b2a22bd099f1461cfd1fe27 0002-member-do-not-exit-with-error-if-join_conference-fai.patch" |