summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-11 14:02:48 -0600
committerMark Wagie2020-06-11 14:02:48 -0600
commitf28cc10351c93f9462eeb1832e02b302bba95b32 (patch)
treed13ca40a83a7a6885250ec5802ca891267054b9b
parent0b3f913e2fa03c5ebbc515bace97d05265cdb3df (diff)
downloadaur-f28cc10351c93f9462eeb1832e02b302bba95b32.tar.gz
use correct dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0291ac93e5bd..5d63630e6a3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jdsp4linux-gui-git
pkgdesc = User Interface for JamesDSP on Linux
pkgver = 1.1.r2.3abfc92
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ThePBone/JDSP4Linux-GUI
arch = x86_64
license = GPL3
makedepends = git
- depends = jdsp4linux
+ depends = jdsp4linux-git
depends = qt5-multimedia
depends = mesa
provides = jdsp4linux-gui
diff --git a/PKGBUILD b/PKGBUILD
index 4e7eab034c40..f732a8b475d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=jdsp4linux-gui-git
pkgver=1.1.r2.3abfc92
-pkgrel=1
+pkgrel=2
pkgdesc="User Interface for JamesDSP on Linux"
arch=('x86_64')
url="https://github.com/ThePBone/JDSP4Linux-GUI"
license=('GPL3')
-depends=('jdsp4linux' 'qt5-multimedia' 'mesa')
+depends=('jdsp4linux-git' 'qt5-multimedia' 'mesa')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")