summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mauderer2019-11-09 20:24:03 +0100
committerChristian Mauderer2019-11-09 20:24:03 +0100
commitcaa801a89ac7cab8c06c647918b8b3ef05adf2cf (patch)
tree173216a6627d8ceb7cd1cbae16f9ea5cd724a959
parent2cfdf2962d9590a0626d1c2ef1ca7753fccc8128 (diff)
downloadaur-caa801a89ac7cab8c06c647918b8b3ef05adf2cf.tar.gz
Fix upstream URL and description.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9eb39d0ef0..f44eabf39475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-eq3bt
- pkgdesc = Click support for Python’s Datetime types.
+ pkgdesc = Python library and command-line tool for EQ3 Smart Bluetooth thermostats.
pkgver = 0.1.11
- pkgrel = 1
- url = https://github.com/click-contrib/click-datetime
+ pkgrel = 2
+ url = https://github.com/rytilahti/python-eq3bt
arch = any
license = MIT
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index fe0b72d95587..b463f354ced7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='python-eq3bt'
pkgver='0.1.11'
-pkgrel=1
-pkgdesc='Click support for Python’s Datetime types.'
+pkgrel=2
+pkgdesc='Python library and command-line tool for EQ3 Smart Bluetooth thermostats.'
arch=('any')
-url='https://github.com/click-contrib/click-datetime'
+url='https://github.com/rytilahti/python-eq3bt'
license=('MIT')
depends=('python' 'python-click-datetime' 'python-construct' 'python-bluepy')
makedepends=('python-setuptools')