summaryrefslogtreecommitdiff
path: root/extra/jack
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 13:15:56 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-01 13:15:56 -0300
commitb56752a95535596bfc2006bc6b1fe009d5348d28 (patch)
tree061a3e5e9ba9d606467e91805dff254c6cc655b6 /extra/jack
parente698dfa34a00894b7e3cda64d79796f42f94a738 (diff)
parenta422536e1ba326bff507ba81859c784a135d1804 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/epdfview/PKGBUILD community/flowcanvas/PKGBUILD
Diffstat (limited to 'extra/jack')
-rw-r--r--extra/jack/PKGBUILD6
-rw-r--r--extra/jack/jack.changelog6
2 files changed, 4 insertions, 8 deletions
diff --git a/extra/jack/PKGBUILD b/extra/jack/PKGBUILD
index f2f5f2f2d..b01ab7191 100644
--- a/extra/jack/PKGBUILD
+++ b/extra/jack/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 112020 2011-03-03 07:49:00Z schiv $
+# $Id: PKGBUILD 125794 2011-05-29 20:29:19Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: tobias <tobias@archlinux.net>
# Contributor: Robert Emil Berge <robert@rebi.no>
pkgname=jack
_longname=jack-audio-connection-kit
-pkgver=0.120.1
+pkgver=0.120.2
pkgrel=1
pkgdesc="A low-latency audio server"
arch=('i686' 'x86_64' 'mips64el')
@@ -19,7 +19,7 @@ provides=("$_longname=$pkgver")
replaces=("$_longname")
changelog=$pkgname.changelog
source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz")
-md5sums=('e45bab906be64e4e2752cbd855a8efd5')
+md5sums=('21f453676bfb9cb63a3df7e19546f0ed')
build() {
cd "$srcdir/$_longname-$pkgver"
diff --git a/extra/jack/jack.changelog b/extra/jack/jack.changelog
index 04c0c73ec..4c3533694 100644
--- a/extra/jack/jack.changelog
+++ b/extra/jack/jack.changelog
@@ -1,8 +1,3 @@
-3 Mar 2011 (GMT+8) Ray Rashif <schiv@archlinux.org>
-
- * 0.120.1-1:
- Upstream release
-
8 Aug 2010 (GMT+8) Ray Rashif <schiv@archlinux.org>
* 0.118.0-4 :
@@ -17,3 +12,4 @@
* jack.changelog :
Added this changelog.
+ Only important things will be logged.