summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlithery2016-03-06 22:02:09 +0000
committerSlithery2016-03-06 22:02:49 +0000
commit67aa3f7dcac322464061a70a8afb1489c9877980 (patch)
tree99b1ea52357fe1f5af32cb72172a83638eab85fb /PKGBUILD
parentaa66b0e8e9e01537f99c5f9b65471c35614f15fa (diff)
downloadaur-python-py3sensors-hg.tar.gz
fixed syntax in pkgdesc and url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7e1d6950f4a..e1c3ed91b691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python-py3sensors-hg
pkgver=r15.0cf96f4e2cfe
pkgrel=1
-pkgdesc=('Python bindings for libsensors.so from the lm-sensors project')
+pkgdesc="Python bindings for libsensors.so from the lm-sensors project"
arch=('any')
-url=('https://bitbucket.org/gleb_zhulik/py3sensors')
+url="https://bitbucket.org/gleb_zhulik/py3sensors"
license=('GPL')
depends=('python' 'lm_sensors')
makedepends=('mercurial')