summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-10 19:37:00 +0100
committerFelix Golatofski2020-02-10 19:37:00 +0100
commit6589fb8281071e58a92a2dac5816e20eef0a0d34 (patch)
tree811c341ec34103ff44b9b1de11b8109fbb74e917
parent4477e855f35c1244870d6e1d5cba6fd510fe331a (diff)
downloadaur-jack-dbus.tar.gz
Updated to 0.125.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87a3a69b5ac2..7a5d391dfa6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Mon Jun 8 15:12:31 UTC 2015
pkgbase = jack-dbus
pkgdesc = The Jack1 audio server with dbus patch
- pkgver = 0.124.1
+ pkgver = 0.125.0
pkgrel = 4
url = http://jackaudio.org/
arch = i686
@@ -20,21 +18,21 @@ pkgbase = jack-dbus
depends = python2-dbus
optdepends = libffado: FireWire support
optdepends = celt: NetJACK driver
- provides = jack=0.124.1
+ provides = jack=0.125.0
provides = jackdbus
conflicts = jack
conflicts = jack2
conflicts = jack2-dbus
- source = jack-dbus::git://github.com/LADI/jack1
+ source = jack-dbus::git://github.com/jackaudio/jack1
source = tools-git::git://github.com/jackaudio/tools.git
source = example-clients-git::git://github.com/jackaudio/example-clients.git
source = 99-audio.conf
source = 40-hpet-permissions.rules
- md5sums = SKIP
- md5sums = SKIP
- md5sums = SKIP
- md5sums = ae65b7c9ebe0fff6c918ba9d97ae342d
- md5sums = 471aad533ff56c5d3cbbf65ce32cadef
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = SKIP
+ sha512sums = c21f593d46ff12d1b8d3ce7ca4593c230a673e67ed4e486944f52fd51bdf902873d3fb253220c8ec9c6c5d5b9f002ecf3dd72318222cd748b1925bfcbf1df5d7
+ sha512sums = 1f876aa61de4bc4e54d46dde7f8c8c2aa575fc382c09f3dc6819c328224b1998c7171cfd3039d35ca214e40909ad71f8d56a9b3b5652046beb5ca97e44a780b1
pkgname = jack-dbus
diff --git a/PKGBUILD b/PKGBUILD
index 27dea5b2bc32..a963b0965b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Robert Emil Berge <robert@rebi.no>
pkgname=jack-dbus
-pkgver=0.124.1
+pkgver=0.125.0
pkgrel=4
pkgdesc="The Jack1 audio server with dbus patch"
@@ -19,15 +19,17 @@ optdepends=('libffado: FireWire support' 'celt: NetJACK driver')
provides=("jack=$pkgver" 'jackdbus')
conflicts=('jack' 'jack2' 'jack2-dbus')
-source=("$pkgname::git://github.com/LADI/jack1"
+source=("$pkgname::git://github.com/jackaudio/jack1"
'tools-git::git://github.com/jackaudio/tools.git'
'example-clients-git::git://github.com/jackaudio/example-clients.git'
'99-audio.conf'
'40-hpet-permissions.rules')
-md5sums=('SKIP' 'SKIP' 'SKIP'
- 'ae65b7c9ebe0fff6c918ba9d97ae342d'
- '471aad533ff56c5d3cbbf65ce32cadef')
+sha512sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'c21f593d46ff12d1b8d3ce7ca4593c230a673e67ed4e486944f52fd51bdf902873d3fb253220c8ec9c6c5d5b9f002ecf3dd72318222cd748b1925bfcbf1df5d7'
+ '1f876aa61de4bc4e54d46dde7f8c8c2aa575fc382c09f3dc6819c328224b1998c7171cfd3039d35ca214e40909ad71f8d56a9b3b5652046beb5ca97e44a780b1')
prepare() {
cd "$pkgname"