summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')