summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85da5830530b..35b7adfc20d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,8 @@ pkgdesc="A Python implementation of Google's Encoded Polyline Algorithm Format."
arch=("any")
url="https://github.com/hicsail/polyline"
license=('MIT')
+makedepends=("python2-setuptools" "python-setuptools")
source=("https://github.com/hicsail/polyline/archive/v$pkgver.tar.gz")
-build() {
- cd "$srcdir/polyline-$pkgver"
- ls -al
- python2 setup.py build
-}
package_python-polyline() {
depends=("python")