aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Jacobs2019-08-21 06:55:25 -0700
committerRyan Jacobs2019-08-21 06:55:25 -0700
commit29fd5535d27d9f01d11d15954863ddfe7a22f187 (patch)
tree3653eaad874835ede36eb838cb54020cff86b6df
parentdd8e382fec3d952cee2852f33922105a8f7da558 (diff)
downloadaur-29fd5535d27d9f01d11d15954863ddfe7a22f187.tar.gz
update readme with AUR notes ; generate .SRCINFO
-rw-r--r--.SRCINFO4
-rw-r--r--README.md14
2 files changed, 16 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b836c3da224e..d7d4ffea8950 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = azure-kinect-sensor-sdk-git
pkgdesc = A cross platform user mode SDK to read data from Azure Kinect devices.
- pkgver = v1.2.0.beta.1.r4.4b37ca7d
- pkgrel = 2
+ pkgver = v1.2.0.beta.1.r5.aebb27ac
+ pkgrel = 3
url = https://github.com/microsoft/Azure-Kinect-Sensor-SDK
arch = x86_64
license = MIT
diff --git a/README.md b/README.md
index baf8a7c6c5b9..54b659e511cf 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,17 @@ Make sure to set your `LD_LIBRARY_PATH` before running `k4aviewer`.
```console
$ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64"
```
+
+---
+
+More of a note for myself, but make sure to regenerate `.SRCINFO` after
+new releases before pushing to the AUR.
+```console
+$ makepkg --printsrcinfo > .SRCINFO
+```
+
+Also, the AUR Git remote-url is:
+
+```
+ssh://aur@aur.archlinux.org/azure-kinect-sensor-sdk-git.git
+```