summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2016-12-04 08:09:25 +1300
committerjason2016-12-04 08:09:25 +1300
commitbd5258bb0a5ec1d68a319b6e417878b7e13d9c06 (patch)
treea479026b1207da57d5a860bb87e281f0072c0379
parent8f4aacc77f4556469ef18392064d64317345f0ea (diff)
downloadaur-bd5258bb0a5ec1d68a319b6e417878b7e13d9c06.tar.gz
Fixed source array
-rw-r--r--PKGBUILD4
-rw-r--r--chruby.install1
2 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df0f08992201..4ec569780eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=chruby
pkgver=0.3.9
-pkgrel=1
+pkgrel=3
pkgdesc="Changes the current ruby. Supports both zsh and bash."
arch=(any)
url="https://github.com/postmodern/chruby"
@@ -12,7 +12,7 @@ depends=('bash')
optdepends=('zsh')
makedepends=('gnupg')
install=${pkgname}.install
-source=(https://github.com/postmodern/${pkgname}/archive/v${pkgver}.tar.gz profile.d-chruby.sh)
+source=("https://github.com/postmodern/${pkgname}/archive/v${pkgver}.tar.gz" profile.d-chruby.sh)
sha256sums=('7220a96e355b8a613929881c091ca85ec809153988d7d691299e0a16806b42fd'
'8256f38a8908654c4d75793774cbb85da324d73ce0137c647f43e852e6618b54')
diff --git a/chruby.install b/chruby.install
index 7bfe15148085..d4eb851ff6b4 100644
--- a/chruby.install
+++ b/chruby.install
@@ -32,4 +32,3 @@ For further support/information, please see the project's homepage!
"
}
-# vim:set ts=2 sw=2 et: