summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlibia Tsati2015-11-21 20:52:46 +0200
committerOlibia Tsati2015-11-21 20:52:46 +0200
commit3fee253fdecb2811fec4ebcf8c5432d6277c9344 (patch)
treed69e25e36bb8706f1822584be384b0d7a6fdf6c9
parent6d1116fb34a8bbbb736eefa45fdb8abf5dfa1abb (diff)
downloadaur-3fee253fdecb2811fec4ebcf8c5432d6277c9344.tar.gz
update helpers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xdevdocs-cli.sh2
-rwxr-xr-xdevdocs-server.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef7796cee90..d2efb890775c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devdocs-git
pkgdesc = API Documentation Browser
pkgver = r1002.de1c879
- pkgrel = 2
+ pkgrel = 3
url = http://devdocs.io
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7707d4d23355..83dd4e2bf978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=devdocs-git
pkgver=r1002.de1c879
-pkgrel=2
+pkgrel=3
pkgdesc="API Documentation Browser"
arch=('any')
url="http://devdocs.io"
diff --git a/devdocs-cli.sh b/devdocs-cli.sh
index ea896c24fe58..b112095eaeed 100755
--- a/devdocs-cli.sh
+++ b/devdocs-cli.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-thor "$@"
+cd /opt/devdocs-git && thor "$@"
diff --git a/devdocs-server.sh b/devdocs-server.sh
index 6bfe8e4fb266..2834825224bb 100755
--- a/devdocs-server.sh
+++ b/devdocs-server.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-bundle exec rackup "$@"
+cd /opt/devdocs-git && bundle exec rackup "$@"