From 019ddc4837c10dc233d49bd517b6f08ef1e53519 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Fri, 23 Aug 2019 01:23:26 +0000
Subject: [PATCH] force pull package from AUR
---
build.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.sh b/build.sh
index abc803b..8c1b213 100755
--- a/build.sh
+++ b/build.sh
@@ -5,7 +5,7 @@
#remote details
RUSER=joelgrun
RLOC=35.225.177.191
-RPATH=/var/www/joelg.cf/html/x86_64/
+RPATH=/var/www/joelg.cf/html/
function newest_matching_file
{
@@ -96,7 +96,7 @@
fi
cd $d
#update package to latest from AUR
- git pull
+ git pull -f
makepkg -si --noconfirm
if [ $? = 0 ]; then
latest=$(newest_matching_file '*.pkg.tar.xz')
@@ -124,7 +124,7 @@
fi
cd $d
#update package to latest from AUR
- git pull
+ git pull -f
makepkg -s --noconfirm
if [ $? = 0 ]; then
latest=$(newest_matching_file '*.pkg.tar.xz')
--
Gitblit v1.10.0