summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2019-08-07 23:38:03 -0400
committerVincent Grande2019-08-07 23:38:03 -0400
commit875e3ddc7226e542169a97339eac201acda5c13d (patch)
treefbc5b690f8139a851c7f728e684acc3aef4f55c6
parent997d2dd4ec9577b8c128f078c93c5f8a5482e487 (diff)
downloadaur-875e3ddc7226e542169a97339eac201acda5c13d.tar.gz
thingses
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09f601738c00..134972ac4099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,8 @@ pkgbase = lib32-colord-git
depends = lib32-polkit
depends = lib32-sqlite
depends = lib32-dbus
+ provides = lib32-colord
+ conflicts = lib32-colord
source = git+https://github.com/hughsie/colord
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3449b03c7292..21428dd1cc20 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ pkgdesc='System daemon for managing color devices'
arch=(x86_64)
url=https://www.freedesktop.org/software/colord
license=(GPL2)
+provides=(lib32-colord)
+conflicts=(lib32-colord)
depends=(
colord
lib32-dconf