diff options
-rw-r--r-- | main/asterisk/APKBUILD | 6 | ||||
-rw-r--r-- | main/ruby-rmagick/APKBUILD | 2 | ||||
-rw-r--r-- | testing/vlc/APKBUILD | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index 177d47a01..c9079c1e2 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Timo Teras <timo.teras@iki.fi> # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=asterisk -pkgver=10.1.2 -pkgrel=2 +pkgver=10.1.3 +pkgrel=0 pkgdesc="Asterisk: A Module Open Source PBX System" pkgusers="asterisk" pkggroups="asterisk" @@ -174,7 +174,7 @@ sound_en() { chown -R asterisk:asterisk "$subpkgdir"/var/*/asterisk } -md5sums="5d3e92795e03eaf94421a8fa5518f3df asterisk-10.1.2.tar.gz +md5sums="74722496822e4fcee56c24016c1a8c1d asterisk-10.1.3.tar.gz b00c9d98ce2ad445501248a197c6e436 100-uclibc-daemon.patch 6e1129e30c4fd2c25c86c81685a485a9 101-caps-uclibc.patch 79e9634b5054bceb3b8dc246654bb243 400-bug-227.patch diff --git a/main/ruby-rmagick/APKBUILD b/main/ruby-rmagick/APKBUILD index 976b03233..6091c3b7c 100644 --- a/main/ruby-rmagick/APKBUILD +++ b/main/ruby-rmagick/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rmagick _gemname=rmagick pkgver=2.13.1 -pkgrel=1 +pkgrel=2 pkgdesc="Ruby ImageMagick interface" url="http://rmagick.rubyforge.org" arch="all" diff --git a/testing/vlc/APKBUILD b/testing/vlc/APKBUILD index 50e6d6797..d306d2d18 100644 --- a/testing/vlc/APKBUILD +++ b/testing/vlc/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vlc -pkgver=2.0.0_rc1 +pkgver=2.0.0 _pkgver=${pkgver/_/-} -pkgrel=4 +pkgrel=0 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" pkgusers="vlc" pkggroups="vlc" @@ -68,7 +68,7 @@ makedepends=" xcb-util-renderutil-dev xcb-util-keysyms-dev " -source="http://download.videolan.org/pub/videolan/testing/$pkgname-$_pkgver/$pkgname-$_pkgver.tar.xz +source="http://download.videolan.org/pub/videolan/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz uclibc-inhibit-spawn.patch uclibc-no-xscreensaver.patch uclibc3.patch @@ -209,7 +209,7 @@ daemon() { install -d -o vlc -g vlc "$subpkgdir"/var/log/vlc } -md5sums="8c4bfbc5e79ff0bdfff572d53b03a92a vlc-2.0.0-rc1.tar.xz +md5sums="8806bff2ea9c76791123d444a92f708c vlc-2.0.0.tar.xz 28349b8239fdd6987fbe0ca2c758517f uclibc-inhibit-spawn.patch b84c5a9121440b6a1dcf28792d783eb8 uclibc-no-xscreensaver.patch 94f11ec8394775018222781a0c875444 uclibc3.patch |