summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Horwell2023-08-31 19:58:59 +0100
committerLuke Horwell2023-08-31 19:59:33 +0100
commitad08b39a7a75b5d7011d989c9a9f607859636b2b (patch)
tree72c235a6462cba224f3aeda2df511a1fff3f7941 /PKGBUILD
parentbde9f4a1eae86eaf8b85872b7aef1114bb114367 (diff)
downloadaur-ad08b39a7a75b5d7011d989c9a9f607859636b2b.tar.gz
Make 'python-openrazer' a hard dependency again
'python-openrazer' became optional with the release of v0.7.0: https://github.com/polychromatic/polychromatic/releases/tag/v0.7.0 AUR commit: 4b2f3a61614f78be72543c57f978fcd4134b0977 This happened as the software had ambitions to support other vendors. There has been no development on that front, so make it a hard dependency to address an AUR comment suggestion. https://aur.archlinux.org/packages/polychromatic#comment-931673 Plus, OpenRazer can be found in the official repos now!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3af72cdbb60..cb78301f6064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=polychromatic
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='RGB lighting management front-end application for OpenRazer'
arch=('any')
url='https://github.com/polychromatic/polychromatic'
license=('GPL3')
-depends=('python' 'python-colorama' 'python-colour' 'python-setproctitle' 'python-requests' 'python-pyqt5' 'python-pyqt5-webengine' 'qt5-svg' 'libappindicator-gtk3' 'python-gobject')
-optdepends=('python-openrazer')
+depends=('python' 'python-colorama' 'python-colour' 'python-setproctitle' 'python-requests' 'python-pyqt5' 'python-pyqt5-webengine' 'qt5-svg' 'libappindicator-gtk3' 'python-gobject' 'python-openrazer')
makedepends=('meson' 'ninja' 'sassc')
source=("$pkgname-v$pkgver.tar.gz::https://github.com/polychromatic/polychromatic/archive/v$pkgver.tar.gz")
sha512sums=('61add658825f99f729e6921c41aa97b2075e5cbd3dcdabb6602a7eeb6b505a3435d9231ed163490289374bf78737544cda77d45c39f245f20f07886824ea61fa')