summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-08-07 19:56:29 -0400
committerredfish2018-08-07 19:56:29 -0400
commite0e134fa8a0aa9d60308b4f22da851e9d7f45fba (patch)
tree9c3c00010a756f5e92437f63430505a2cd2f831c
parent3d09237a78d9184ee7281960059607b9da48736e (diff)
downloadaur-e0e134fa8a0aa9d60308b4f22da851e9d7f45fba.tar.gz
merge PR that fixes test failure
For some reason test still got run even though it was excluded.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58cff0dbdeee..cacbc2bccdda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,6 +42,7 @@ prepare() {
#git pull --no-edit up refs/pull/xxxx/head
git pull --no-edit origin refs/pull/4159/head # fixes #4228
+ git pull --no-edit origin refs/pull/4165/head # fixes ringdb test failing
patch -p1 < ../cmake-libsodium.patch