summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2015-11-18 17:21:07 +0100
committerChristoph Haag2015-11-18 17:21:07 +0100
commit352fb13bd1a7871ec77ee58725b326a306c77c2b (patch)
tree9d8ed40ecb9464d1c49fc6e7a3374e2eafd4defe
parentcd569f818436773d5e67c025cab57c5cd2810495 (diff)
downloadaur-352fb13bd1a7871ec77ee58725b326a306c77c2b.tar.gz
update and path fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67b591d6e591..37a778bf4c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osvr-steamvr-git
pkgdesc = Driver for allowing applications written against SteamVR to work with hardware and software running with the OSVR software framework.
- pkgver = steamvr.r33.gda5a506
+ pkgver = v0.1.r4.ge2e4fc2
pkgrel = 1
url = https://github.com/OSVR/SteamVR-OSVR
install = osvr-steamvr.install
diff --git a/PKGBUILD b/PKGBUILD
index 04614930b12e..8849aa991774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=osvr-steamvr-git
-pkgver=steamvr.r33.gda5a506
+pkgver=v0.1.r4.ge2e4fc2
pkgrel=1
pkgdesc="Driver for allowing applications written against SteamVR to work with hardware and software running with the OSVR software framework."
arch=(i686 x86_64)
@@ -41,8 +41,8 @@ package() {
make DESTDIR="$pkgdir/" install
# *sigh*
- install -d "$pkgdir/usr/lib/steamvr/drivers/osvr/bin/linux64"
- mv "$pkgdir"/usr/drivers/linux64/driver_osvr.so "$pkgdir/usr/lib/steamvr/drivers/osvr/bin/linux64/"
+ install -d "$pkgdir/usr/lib/steamvr/"
+ mv "$pkgdir/usr/drivers" "$pkgdir/usr/lib/steamvr"
}
md5sums=('SKIP'
'2dd82e55b6291d32c611dd899d8a8164')