summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormbilker2016-01-07 12:10:00 -0500
committermbilker2016-01-07 12:10:38 -0500
commit0d7bbbdd43391d9e525eb376a40ea6a1f8d62450 (patch)
tree1e7440ef1c5dd04ab2fb4f4bd559c96db236fa96
parentb63e389a01b5bb96f59d3f82f0a862947565895c (diff)
downloadaur-0d7bbbdd43391d9e525eb376a40ea6a1f8d62450.tar.gz
Remove unneeded `script/bootstrap`call
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5fc73c163ae..47e162859cef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 17:04:21 UTC 2016
+# Thu Jan 7 17:10:27 UTC 2016
pkgbase = n1-git
pkgdesc = A new mail client, built on the modern web and designed to be extended.
pkgver = 0.3.36.r11.g3e3e2ca
diff --git a/PKGBUILD b/PKGBUILD
index fb10df8c783e..95dfc8409f6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,6 @@ build() {
build/resources/linux/nylas.desktop.in > build/resources/linux/Nylas.desktop
export PYTHON=python2
- script/bootstrap
script/build --build-dir "$srcdir/nylas-build"
}