summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Toombs2018-01-14 21:50:08 -0500
committerEric Toombs2018-01-14 21:50:08 -0500
commitab89fa4052b3b6ab59f1db9177d096118e2e6c5b (patch)
tree19c58018d1ed64ee4042dff0174827c50462dd32
parent8937479d95aa03557dff1335d958e06d790d3f77 (diff)
downloadaur-ab89fa4052b3b6ab59f1db9177d096118e2e6c5b.tar.gz
Ah, those single quotes are so much nicer.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 849b43fa044c..ae64b4252be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A simple python interface to binance.com's web API."
arch=('any')
url='https://github.com/sammchardy/python-binance'
-license=("MIT")
+license=('MIT')
depends=('python' 'python-requests')
makedepends=('python-setuptools')
source=('git+https://github.com/ewtoombs/python-calc.git')