summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2018-06-02 23:57:00 +0200
committerGabriele Musco2018-06-02 23:57:12 +0200
commitd6d131417542dfa3f79cd2c98ed9d64c499bcb12 (patch)
treea24f331e43fdf6da493dbba64a446aaab4fd4014
parentfac4412954b18ab8b9283e45e5d40887576f1390 (diff)
downloadaur-d6d131417542dfa3f79cd2c98ed9d64c499bcb12.tar.gz
hotfix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf8cf3fe8c5..57a7ae2ee387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = ardhue-git
license = GPL3
makedepends = git
makedepends = meson
- depends = python-serial
+ depends = python-pyserial
depends = gtk3>=3.14
depends = python
provides = ardhue
diff --git a/PKGBUILD b/PKGBUILD
index 0ac0052c00ac..0df4dc133a53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Gabriele Musco <emaildigabry@gmail.com>
-# Upstream URL: https://github.com/gabmus/razercommander
+# Upstream URL: https://github.com/gabmus/ardhue
pkgname=ardhue-git
pkgver=0.1
@@ -8,7 +8,7 @@ pkgdesc='Interface to control ArdHue Arduino based digital RGB system'
arch=('any')
url='https://github.com/gabmus/ardhue'
license=('GPL3')
-depends=('python-serial' 'gtk3>=3.14' 'python')
+depends=('python-pyserial' 'gtk3>=3.14' 'python')
makedepends=('git' 'meson')
provides=('ardhue')
conflicts=('ardhue')