From 6ff2d22a94fb9d44451ea8f264db01eb9596a344 Mon Sep 17 00:00:00 2001
From: Joe Bo Run <joborun@disroot.org>
Date: Tue, 21 Jun 2022 22:47:09 +0300
Subject: [PATCH] upg jobbot

---
 jobbot/PKGBUILD          |  9 +++++----
 jobbot/README-jobbot.txt | 17 +++++++++++++++++
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/jobbot/PKGBUILD b/jobbot/PKGBUILD
index 08880b6..6ba8286 100644
--- a/jobbot/PKGBUILD
+++ b/jobbot/PKGBUILD
@@ -7,8 +7,8 @@
 
 pkgname=jobbot
 pkgdesc='Minimal set of packages to maintain the building chroot for JOBORun Linux'
-pkgver=0.1
-pkgrel=05
+pkgver=0.2
+pkgrel=01
 groups=( jobbot )
 arch=(x86_64)
 source=( README-jobbot.txt Qsq ckchroot)
@@ -32,7 +32,7 @@ package() {
    install -Dm644 "$srcdir"/README-jobbot.txt "$pkgdir"/src/README-jobbot.txt
    install -Dm644 "$srcdir"/Qsq "$pkgdir"/src/Qsq  # When jobbot is installed this can be produced
 # ... by running 'pacman -Qsq >/src/Qsq' 
-   install -Dm755 "$srcdir"/ckchroot "$pkgdir"/usr/bin/ckchroot
+   install -Dm755 "$srcdir"/ckchroot "$pkgdir"/usr/local/bin/ckchroot
 # This ckchroot script runs 'pacman -Qsq >/tmp/Qsq' and then compares it to /src/Qsq
 }
 
@@ -40,6 +40,7 @@ package() {
 
 license=('ISC')
 
-sha256sums=(b8d35ce63241ebd38ba6fde17894bbb5b0c334b165789fd0454530c20b25ed75 # README-jobbot.txt
+sha256sums=(7f0b1d6bff4b8ce726c9acf68e86f6cc88dc9c7e60b6567048427c9f26dd3bfd # README-jobbot.txt
 	65b9591fd06623fef36cb41933a19f3571d730aac99fe3712c94429a1cd77c11 # Qsq
 	50febbb21bb779f43b93c7f8e65ba4cbff0c6b32cddd45ecb9118fc801581d99) # ckchroot
+
diff --git a/jobbot/README-jobbot.txt b/jobbot/README-jobbot.txt
index 85f5b88..b1acdb9 100644
--- a/jobbot/README-jobbot.txt
+++ b/jobbot/README-jobbot.txt
@@ -24,8 +24,25 @@ It is crucial to maintain this base of installed packages because all pkg direct
 /src/pkg/jobcore and /src/pkg/jobextra contain a file called deps.  deps for each package
 are the exact packages you need more than what you have in jobbase.  You install deps list 
 to build, you uninstall deps list when you finish, and you always end up with jobbot.
+
+To CLONE the source for joborun do the following
+
+% -->
+cd /src/pkg
+sudo pacman -S git
+git clone https://git.disroot.org/joborun-pkg/jobcore.git jobcore
+git clone https://git.disroot.org/joborun-pkg/jobextra.git jobextra
+git clone https://git.disroot.org/joborun-pkg/jobcomm.git jobcomm
+sudo pacman -Rnsu git
+ckchroot
+% <--
+
+you should end up with the three repositories containing the source of all
+packages we produce and publish.  Read the wiki for building details. (http://pozol.eu --> joborun)
 ________
 
+
+
 ######## delete the empty spaces from the addresses below  ########
 	joborun @ disroot . org         reddit . com / r / joborun
 ######## delete the empty spaces from the above addresses  ########