summaryrefslogtreecommitdiff
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
parent2ed11053e6cbcacc11fe1290fb11cbac4453ed34 (diff)
Upgrade all of the openni's to pkgrel=4; fix bug with git for non-git packages
-rw-r--r--~lukeshu/openni-git/PKGBUILD2
-rw-r--r--~lukeshu/openni-unstable/PKGBUILD6
-rw-r--r--~lukeshu/openni/PKGBUILD6
3 files changed, 7 insertions, 7 deletions
diff --git a/~lukeshu/openni-git/PKGBUILD b/~lukeshu/openni-git/PKGBUILD
index 80ed61b..7ac6abb 100644
--- a/~lukeshu/openni-git/PKGBUILD
+++ b/~lukeshu/openni-git/PKGBUILD
@@ -22,7 +22,7 @@ pkgname=(
openni$_suf-java-samples-source
)
pkgver=20111121
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url="http://www.openni.org/"
license=('GPL')
diff --git a/~lukeshu/openni-unstable/PKGBUILD b/~lukeshu/openni-unstable/PKGBUILD
index 9e1741f..32020d7 100644
--- a/~lukeshu/openni-unstable/PKGBUILD
+++ b/~lukeshu/openni-unstable/PKGBUILD
@@ -22,7 +22,7 @@ pkgname=(
openni$_suf-java-samples-source
)
pkgver=1.3.4.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}
diff --git a/~lukeshu/openni/PKGBUILD b/~lukeshu/openni/PKGBUILD
index 4ab003c..2cdc2fd 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}