summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2015-07-26 09:34:48 -0400
committerAdam Goldsmith2015-07-26 09:34:48 -0400
commitae0daef4b9f51ac44bf9bd87bd91da6e000d8d72 (patch)
tree54acfcec862ded3d6e58bfcfe6d5ac367eabd3ac
parentba7ba526cc9b79cf7bcc2b1cff826d8023d7c961 (diff)
downloadaur-ae0daef4b9f51ac44bf9bd87bd91da6e000d8d72.tar.gz
fix indentation
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ae02d78102a..c6c8cae4ba9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/pebble/libpebble2"
depends=('python2'
'python2-six'
'python2-websocket-client'
- 'python2-wsgiref')
+ 'python2-wsgiref')
provides=("python2-libpebble2")
conflicts=("python2-libpebble2")
options=(!emptydirs)