summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2016-02-06 17:10:41 +0100
committerManuel Hüsers2016-02-06 17:10:41 +0100
commitcef20c0ef8bc90f8fc5bb5a60bf9434e24fe7e85 (patch)
treed1a88ce20faf555cd257dfe7d3172393c70eebee
parent06ba82c02705cf9db04f6c77a110f2a5db1d4409 (diff)
downloadaur-cef20c0ef8bc90f8fc5bb5a60bf9434e24fe7e85.tar.gz
Replace 'provides/conflicts' with 'replaces' variable
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb38a9133439..ffd92a1035e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,7 @@ pkgbase = qt5-color-widgets
makedepends = git
depends = qt5-base
depends = qt-color-widgets-common
- provides = qt5-color-picker
- conflicts = qt5-color-picker
+ replaces = qt5-color-picker
source = qt5-color-widgets::git+git://github.com/mbasaglia/Qt-Color-Widgets.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index edb2feacc9a1..5da582420c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ url='https://github.com/mbasaglia/Qt-Color-Widgets'
license=('LGPL3')
depends=('qt5-base' 'qt-color-widgets-common')
makedepends=('git')
-provides=('qt5-color-picker')
-conflicts=('qt5-color-picker')
+replaces=('qt5-color-picker')
source=("${pkgname}::git+git://github.com/mbasaglia/Qt-Color-Widgets.git")
sha256sums=('SKIP')