summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-11-07 02:44:15 +0100
committerbegin-theadventure2023-11-07 02:44:15 +0100
commitb577490ff01f909ccdb9abe37ed1eb36d19c0967 (patch)
tree7f5bda9103251ee212ed708964436b5813784cf2
parentdd7243c5824de86f01ab15123a93bec29563b97f (diff)
downloadaur-b577490ff01f909ccdb9abe37ed1eb36d19c0967.tar.gz
conflict
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3081236eac1..fb3882678a68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = deadbeef-plugin-jack-bin
depends = jack
provides = deadbeef-plugin-jack
conflicts = deadbeef-plugin-jack
+ conflicts = deadbeef-jack-git
source = http://sourceforge.net/projects/deadbeef/files/plugins/x86_64/jack-62d1e6a-x86_64.zip
source = https://github.com/DeaDBeeF-Player/jack/raw/master/COPYING
sha256sums = 68e3d94ec22f197d632a6475d6afa5c3b3ee186d901b082ff2a7a0b489ba9804
diff --git a/PKGBUILD b/PKGBUILD
index 0eec54d3d64a..458340d014b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://deadbeef.sourceforge.net/plugins.html"
arch=('x86_64')
license=('MIT')
depends=('deadbeef' 'jack')
-conflicts=($_pkgname)
+conflicts=($_pkgname deadbeef-jack-git)
provides=($_pkgname)
source=('http://sourceforge.net/projects/deadbeef/files/plugins/x86_64/jack-62d1e6a-x86_64.zip'
'https://github.com/DeaDBeeF-Player/jack/raw/master/COPYING')