[arch-commits] Commit in jack/trunk (PKGBUILD jack.install)

Ray Rashif schiv at archlinux.org
Thu Oct 13 20:32:40 UTC 2011


    Date: Thursday, October 13, 2011 @ 16:32:40
  Author: schiv
Revision: 140420

reorganised post-install msgs & added missing md5s

Modified:
  jack/trunk/PKGBUILD
  jack/trunk/jack.install

--------------+
 PKGBUILD     |    3 +++
 jack.install |    1 +
 2 files changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-13 20:07:47 UTC (rev 140419)
+++ PKGBUILD	2011-10-13 20:32:40 UTC (rev 140420)
@@ -24,6 +24,9 @@
 source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz"
         "99-realtime.conf"
         "40-hpet-permissions.rules")
+md5sums=('35f470f7422c37b33eb965033f7a42e8'
+         'bb312fa74956066046d6a599ac623c98'
+         '6a1017041c024cea57da9bd726b664d7')
 
 build() {
   cd "$srcdir/$_longname-$pkgver"

Modified: jack.install
===================================================================
--- jack.install	2011-10-13 20:07:47 UTC (rev 140419)
+++ jack.install	2011-10-13 20:32:40 UTC (rev 140420)
@@ -44,6 +44,7 @@
 post_upgrade() {
   _addgroup realtime 112
   echo
+  echo "  * You must be part of the 'realtime' group to use RT scheduling"
   echo "  * Configuring RT through limits.conf has been deprecated"
   echo "  * See /etc/security/limits.d/99-realtime.conf instead"
 }




More information about the arch-commits mailing list