summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lange2018-11-23 14:40:41 +0800
committerRobin Lange2018-11-23 14:40:41 +0800
commita6f941004158e5a605d5cec9bdbeeeb590e23cdf (patch)
tree76533558028b2b97f99d52d3402fd4efd286b8ac
parent4a2be7aa55c6a4a963b6d61ead91173975ddcf78 (diff)
downloadaur-a6f941004158e5a605d5cec9bdbeeeb590e23cdf.tar.gz
setuptools should also be in package dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0835aa52b7b3..d5e0be1f915f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = msi-perkeyrgb
pkgdesc = Configuration tool for SteelSeries per-key RGB keyboards on MSI laptops
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Askannz/msi-perkeyrgb
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = hidapi
+ depends = python-setuptools
source = git+https://github.com/Askannz/msi-perkeyrgb.git#tag=v1.3
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 306d25f03244..0a89eb1f4bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Robin Lange <robin dot langenc at gmail dot com>
pkgname=msi-perkeyrgb
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Configuration tool for SteelSeries per-key RGB keyboards on MSI laptops"
arch=('any')
url="https://github.com/Askannz/msi-perkeyrgb"
license=('MIT')
-depends=('python' 'hidapi')
+depends=('python' 'hidapi' 'python-setuptools')
makedepends=('python-setuptools')
source=("git+https://github.com/Askannz/msi-perkeyrgb.git#tag=v$pkgver")
sha256sums=('SKIP')