summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlithery2016-03-06 22:02:09 +0000
committerSlithery2016-03-06 22:02:49 +0000
commit67aa3f7dcac322464061a70a8afb1489c9877980 (patch)
tree99b1ea52357fe1f5af32cb72172a83638eab85fb
parentaa66b0e8e9e01537f99c5f9b65471c35614f15fa (diff)
downloadaur-67aa3f7dcac322464061a70a8afb1489c9877980.tar.gz
fixed syntax in pkgdesc and url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f5612e2f82..89a022e79847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Dec 19 23:10:24 UTC 2015
+# Sun Mar 6 22:00:49 UTC 2016
pkgbase = python-py3sensors-hg
pkgdesc = Python bindings for libsensors.so from the lm-sensors project
pkgver = r15.0cf96f4e2cfe
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')