Created
June 20, 2017 14:01
-
-
Save seichter/6638ccaecb7e73f1bd4ac45d4135e215 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 391c912..34df925 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,7 +1,7 @@ | |
# Maintainer: Sven Schneider <[email protected]> | |
pkgname=libfreenect | |
-pkgver=0.5.3 | |
+pkgver=0.5.5 | |
pkgrel=1 | |
pkgdesc="Drivers and libraries for the Xbox Kinect device on Linux" | |
arch=('i686' 'x86_64') | |
@@ -12,7 +12,7 @@ makedepends=('cmake' 'libxmu' 'python2-numpy') | |
optdepends=('opencv: support for python demos' | |
'python2-matplotlib: support for python demos') | |
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/OpenKinect/libfreenect/archive/v${pkgver}.tar.gz) | |
-sha512sums=('bf5ac23b1ead3dec1d76868373b219a995d648b4da9b317655bc48fc641ec5d8ed5a02228a026c7c95d3c96cc5d5184152be3e5789959e23a332e38167cf7018') | |
+sha512sums=('2139964216e980a9b37b7cdef66c29e00db9100d3ebd1b5ae5204b41a21e00d4a048aed7d36a8940fdc8365474b862554d2babc75f01a78fb4d9c8ba2ac5119a') | |
prepare() { | |
cd "${srcdir}/${pkgname}-${pkgver}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment