summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-01-26 21:15:18 -0800
committerLlewelyn Trahaearn2016-01-26 21:15:18 -0800
commit31aee663b90be511fc37f24f7630d34e80223c24 (patch)
tree889c267baa6a94fbc8bde6f3c91ea1ec0eab0fc0
parent24a800c1f668746d7b54009c177097b59077c709 (diff)
downloadaur-31aee663b90be511fc37f24f7630d34e80223c24.tar.gz
Dependency tuning.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bc2d836e85a..21ea96ed73d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Jan 27 05:15:10 UTC 2016
pkgbase = jacktrip
pkgdesc = Tool to manage and tune JACK settings for optimum performance between networked machines.
pkgver = 1.1
@@ -9,7 +11,7 @@ pkgbase = jacktrip
depends = jack
depends = qt5-base
provides = jacktrip
- conflicts = jacktrip
+ conflicts = jacktrip-git
source = https://github.com/jcacerec/jacktrip/archive/jacktrip-1.1.tar.gz
sha512sums = 4c6b99deb424910348a3a0b8621dba4abfcbdf1a93b3d2a63fe8098113dffc03c472ab536de6c58e9202cd25823af7ebde4ab818e5a74bedcf8b353417dfda91
diff --git a/PKGBUILD b/PKGBUILD
index 06619bfdbe06..445749cbae43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
url="https://github.com/jcacerec/jacktrip"
license=('MIT')
depends=('jack' 'qt5-base')
-provides=('jacktrip')
-conflicts=('jacktrip')
+provides=("${pkgname}")
+conflicts=("${pkgname}-git")
source=("https://github.com/jcacerec/jacktrip/archive/${pkgname}-${pkgver}.tar.gz")
sha512sums=('4c6b99deb424910348a3a0b8621dba4abfcbdf1a93b3d2a63fe8098113dffc03c472ab536de6c58e9202cd25823af7ebde4ab818e5a74bedcf8b353417dfda91')