summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Majchrak2017-07-25 22:02:02 +0200
committerPeter Majchrak2017-07-25 22:02:02 +0200
commit91f55e288bfa116ff11daf385c77c1a9a217ab89 (patch)
tree5ab64768937e23a1d4ec9e3b0b5da9241814f6e8
parent45bfec11bee9381dd0fb8ca7f92a143268dc5bef (diff)
downloadaur-91f55e288bfa116ff11daf385c77c1a9a217ab89.tar.gz
Update the sources to correct the install path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a53cb60fedf..43dc8c906ce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = rxcpp-git
makedepends = make
makedepends = cmake
makedepends = libcatch-cpp-headers
- source = git+https://github.com/Reactive-Extensions/RxCpp.git#tag=v4.0.0
+ source = git+https://github.com/Reactive-Extensions/RxCpp.git#commit=5b7b2a5519f712a7831053865a4ae6082dac4ed5
sha256sums = SKIP
pkgname = rxcpp-git
diff --git a/PKGBUILD b/PKGBUILD
index b5c3a52274a8..16d9ee40b85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('Apache')
groups=()
depends=()
makedepends=('gcc' 'make' 'cmake' 'libcatch-cpp-headers')
-source=("git+https://github.com/Reactive-Extensions/RxCpp.git#tag=v4.0.0")
+source=("git+https://github.com/Reactive-Extensions/RxCpp.git#commit=5b7b2a5519f712a7831053865a4ae6082dac4ed5")
sha256sums=('SKIP')
validpgpkeys=()