summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2016-09-06 20:55:06 +0200
committerJonne Haß2016-09-06 21:16:13 +0200
commitb016d8ad60ae3f491d03e6f239da644208af9876 (patch)
tree2ef7e374a3b16c71796f52c4469446f0c91417da /PKGBUILD
parent6c59b63b07c97df3464aa2e0497c9cb99d62c753 (diff)
downloadaur-b016d8ad60ae3f491d03e6f239da644208af9876.tar.gz
diaspora: fix variable declarations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a452ea486896..af5521179cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname='diaspora-postgresql-git'
-pkgver=0.6.0.0.r62.ga53354e
+pkgver=0.6.0.0.r68.g99d8ca8
pkgrel=1
pkgdesc="A distributed privacy aware social network (development head) (PostgreSQL)"
arch=('i686' 'x86_64')
@@ -91,6 +91,8 @@ build() {
}
package() {
+ _bundle=bundle
+ _ruby=ruby
_builddir=$srcdir/build
msg "Copy contents to package directory"