summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Wolff2021-03-19 11:32:54 +0100
committerJulian Wolff2021-03-19 11:32:54 +0100
commite3ec4c5a10206be7adee3e322937a32de8c4158f (patch)
tree00d306698ee89bb7838ce5b31cd8e95673bea755
parent471c07988e3869e5d523f7c15044d0d74071ba11 (diff)
downloadaur-e3ec4c5a10206be7adee3e322937a32de8c4158f.tar.gz
update python dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66d5e3fc0d7e..744f10b6ac60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Aug 23 17:36:25 UTC 2018
+# Fri Mar 19 10:31:04 UTC 2021
pkgbase = jackman-git
pkgdesc = Collection of scripts that help managing multiple audio interfaces with Jack
pkgver = r61.44efc9d
pkgrel = 3
+ url = https://github.com/progwolff/jackman
install = .install
arch = any
license = GPL3
makedepends = git
depends = jack
depends = alsa-utils
- depends = python2-dbus
+ depends = python-dbus
depends = systemd
depends = coreutils
optdepends = zenity: system notifications
diff --git a/PKGBUILD b/PKGBUILD
index b62e7e257dc1..099bb666780a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Julian Wolff <wolff at julianwolff dot de>
pkgname=jackman-git
pkgver=r61.44efc9d
-pkgrel=3
+pkgrel=4
pkgdesc='Collection of scripts that help managing multiple audio interfaces with Jack'
arch=('any')
-url=''
+url='https://github.com/progwolff/jackman'
license=('GPL3')
conflicts=(jackman)
provides=(jackman)
-depends=('jack' 'alsa-utils' 'python2-dbus' 'systemd' 'coreutils')
+depends=('jack' 'alsa-utils' 'python-dbus' 'systemd' 'coreutils')
makedepends=('git')
optdepends=('zenity: system notifications'
'kdialog: system notifications')