summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-02-18 22:34:09 +0200
committerChristoph Gysin2016-02-18 23:02:42 +0200
commitf7ad2c23868146182237c0886d80712cc4f29b90 (patch)
treecb2325c2c1497e05dce18ea17dce26e27f9cc007
parent3c3f718ae4f247d0f844f28327b7b46d44ee5010 (diff)
downloadaur-f7ad2c23868146182237c0886d80712cc4f29b90.tar.gz
remove conflicts
libgroove-git already specifies conflicts=(libgroove). It is not necessary to specify conflicts in both directions.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07eb87eea85b..c4bbe9363690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 18 11:54:39 UTC 2016
+# Thu Feb 18 20:43:18 UTC 2016
pkgbase = libgroove
pkgdesc = Library that provides decoding and encoding of audio on a playlist.
pkgver = 4.3.0
@@ -13,7 +13,6 @@ pkgbase = libgroove
depends = sdl2
depends = chromaprint
depends = libebur128
- conflicts = libgroove-git
options = strip
source = https://github.com/andrewrk/libgroove/archive/4.3.0.tar.gz
sha256sums = 76f68896f078a9613d420339ef887ca8293884ad2cd0fbc031d89a6af2993636
diff --git a/PKGBUILD b/PKGBUILD
index d9170aa034d1..6e38741c23f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url='https://github.com/andrewrk/libgroove'
license=(MIT)
depends=(sdl2 chromaprint libebur128)
makedepends=(cmake yasm)
-conflicts=(libgroove-git)
options=('strip')
source=("https://github.com/andrewrk/libgroove/archive/${pkgver}.tar.gz")
sha256sums=('76f68896f078a9613d420339ef887ca8293884ad2cd0fbc031d89a6af2993636')