summaryrefslogtreecommitdiff
path: root/~lukeshu/openni
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-22 00:05:01 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-22 00:05:01 -0500
commit8781e67191e34888d46e681a62d508f403540eca (patch)
tree6edf5dddc645c5e6b6424f48fc3e0e159e46ce88 /~lukeshu/openni
parent2ed11053e6cbcacc11fe1290fb11cbac4453ed34 (diff)
downloadabslibre-8781e67191e34888d46e681a62d508f403540eca.tar.gz
abslibre-8781e67191e34888d46e681a62d508f403540eca.tar.bz2
abslibre-8781e67191e34888d46e681a62d508f403540eca.zip
Upgrade all of the openni's to pkgrel=4; fix bug with git for non-git packages
Diffstat (limited to '~lukeshu/openni')
-rw-r--r--~lukeshu/openni/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/~lukeshu/openni/PKGBUILD b/~lukeshu/openni/PKGBUILD
index 4ab003c7c..2cdc2fd7d 100644
--- a/~lukeshu/openni/PKGBUILD
+++ b/~lukeshu/openni/PKGBUILD
@@ -22,7 +22,7 @@ pkgname=(
openni$_suf-java-samples-source
)
pkgver=1.3.3.6
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url="http://www.openni.org/"
license=('GPL')
@@ -30,7 +30,7 @@ makedepends=('git' 'doxygen' 'graphviz')
source=()
md5sums=()
-_gitroot="git://github.com/OpenNI/OpenNI.git"
+__gitroot="git://github.com/OpenNI/OpenNI.git"
_gitname="openni"
#_gitbranch="unstable"
#_gitbranch="master"
@@ -57,7 +57,7 @@ build() {
git pull origin
msg "The local files are updated."
else
- git clone ${_gitroot} ${_gitname}
+ git clone ${__gitroot} ${_gitname}
cd ${_gitname}
fi
git checkout ${_gitbranch}