summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBo Davidson2021-01-03 08:42:58 -0600
committerBo Davidson2021-01-03 08:42:58 -0600
commit6bd8d4e3678798aa0441f08605d77ead0a288594 (patch)
tree902e9d2d5827d72eeeeaefc4de81965f32687cb5
parent4a938c969d728c0b35a9751e2050017aea6d3f14 (diff)
downloadaur-6bd8d4e3678798aa0441f08605d77ead0a288594.tar.gz
Removed provides array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 753664abb322..cd2bec41eb47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openrgb
pkgdesc = Open source RGB lighting control that doesn't depend on manufacturer software.
pkgver = 0.5
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.com/CalcProgrammer1/OpenRGB
arch = x86_64
license = GPL2
@@ -10,7 +10,6 @@ pkgbase = openrgb
depends = libusb
depends = hidapi
optdepends = i2c-tools: Motherboard & RAM access
- provides = openrgb
conflicts = openrgb-git
source = https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.5/OpenRGB-release_0.5.tar.gz
source = hidapifix.patch
diff --git a/PKGBUILD b/PKGBUILD
index 57995fb5934d..6523ca11c986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Paul Davis <paul@dangersalad.com>
pkgname=openrgb
pkgver=0.5
-pkgrel=4
+pkgrel=5
pkgdesc="Open source RGB lighting control that doesn't depend on manufacturer software."
arch=("x86_64")
url="https://gitlab.com/CalcProgrammer1/OpenRGB"
@@ -11,7 +11,6 @@ depends=('qt5-base' 'libusb' 'hidapi')
makedepends=('pkgconf')
optdepends=('i2c-tools: Motherboard & RAM access')
conflicts=('openrgb-git')
-provides=("openrgb")
source=(
"https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_$pkgver/OpenRGB-release_$pkgver.tar.gz"
hidapifix.patch # https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/924