This commit is contained in:
Tibo De Peuter 2022-10-26 23:26:39 +02:00
parent 0f2810f622
commit b4343e48a3
20 changed files with 25 additions and 25 deletions

View file

@ -5,7 +5,7 @@ pkgver = 0.0.14-1
pkgarch = any pkgarch = any
pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17 pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17
packager = Unknown Packager packager = Unknown Packager
builddate = 1666819362 builddate = 1666819595
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
buildtool = makepkg buildtool = makepkg
@ -613,9 +613,9 @@ installed = systemd-251.7-1-x86_64
installed = systemd-libs-251.7-1-x86_64 installed = systemd-libs-251.7-1-x86_64
installed = systemd-sysvcompat-251.7-1-x86_64 installed = systemd-sysvcompat-251.7-1-x86_64
installed = tar-1.34-1-x86_64 installed = tar-1.34-1-x86_64
installed = tdpeuter-base-0.0.13-1-any installed = tdpeuter-base-0.0.14-1-any
installed = tdpeuter-desktop-0.0.13-1-any installed = tdpeuter-desktop-0.0.14-1-any
installed = tdpeuter-dev-0.0.13-1-any installed = tdpeuter-dev-0.0.14-1-any
installed = tdpeuter-me-0.0.10-1-any installed = tdpeuter-me-0.0.10-1-any
installed = termshark-2.4.0-1-x86_64 installed = termshark-2.4.0-1-x86_64
installed = texinfo-6.8-2-x86_64 installed = texinfo-6.8-2-x86_64

View file

@ -5,7 +5,7 @@ pkgbase = tdpeuter
pkgver = 0.0.14-1 pkgver = 0.0.14-1
pkgdesc = Sysconfig for my systems pkgdesc = Sysconfig for my systems
url = https://git.depeuter.tk/tdpeuter/arch-pkgs url = https://git.depeuter.tk/tdpeuter/arch-pkgs
builddate = 1666819362 builddate = 1666819595
packager = Unknown Packager packager = Unknown Packager
size = 0 size = 0
arch = any arch = any

View file

@ -5,7 +5,7 @@ pkgver = 0.0.14-1
pkgarch = any pkgarch = any
pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17 pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17
packager = Unknown Packager packager = Unknown Packager
builddate = 1666819362 builddate = 1666819595
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
buildtool = makepkg buildtool = makepkg
@ -613,9 +613,9 @@ installed = systemd-251.7-1-x86_64
installed = systemd-libs-251.7-1-x86_64 installed = systemd-libs-251.7-1-x86_64
installed = systemd-sysvcompat-251.7-1-x86_64 installed = systemd-sysvcompat-251.7-1-x86_64
installed = tar-1.34-1-x86_64 installed = tar-1.34-1-x86_64
installed = tdpeuter-base-0.0.13-1-any installed = tdpeuter-base-0.0.14-1-any
installed = tdpeuter-desktop-0.0.13-1-any installed = tdpeuter-desktop-0.0.14-1-any
installed = tdpeuter-dev-0.0.13-1-any installed = tdpeuter-dev-0.0.14-1-any
installed = tdpeuter-me-0.0.10-1-any installed = tdpeuter-me-0.0.10-1-any
installed = termshark-2.4.0-1-x86_64 installed = termshark-2.4.0-1-x86_64
installed = texinfo-6.8-2-x86_64 installed = texinfo-6.8-2-x86_64

View file

@ -23,35 +23,35 @@ install_software() {
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
cd betterbird-bin cd betterbird-bin
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing google-chrome" >&2 echo "Installing google-chrome"
git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git
cd google-chrome cd google-chrome
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing hamsket" >&2 echo "Installing hamsket"
git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git
cd hamsket-bin cd hamsket-bin
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing jetbrains-toolbox" >&2 echo "Installing jetbrains-toolbox"
git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git
cd jetbrains-toolbox cd jetbrains-toolbox
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing sway-git" >&2 echo "Installing sway-git"
git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git
cd sway-git cd sway-git
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
} }

View file

@ -5,7 +5,7 @@ pkgbase = tdpeuter
pkgver = 0.0.14-1 pkgver = 0.0.14-1
pkgdesc = Sysconfig for my systems pkgdesc = Sysconfig for my systems
url = https://git.depeuter.tk/tdpeuter/arch-pkgs url = https://git.depeuter.tk/tdpeuter/arch-pkgs
builddate = 1666819362 builddate = 1666819595
packager = Unknown Packager packager = Unknown Packager
size = 0 size = 0
arch = any arch = any

View file

@ -5,7 +5,7 @@ pkgver = 0.0.14-1
pkgarch = any pkgarch = any
pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17 pkgbuild_sha256sum = 61953a817e53523af8a095afc181e733c19654b7aba09d9b5546ac593f5bbd17
packager = Unknown Packager packager = Unknown Packager
builddate = 1666819362 builddate = 1666819595
builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter builddir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter startdir = /mnt/MyFiles/.hidden/arch-pkgs/pkg/tdpeuter
buildtool = makepkg buildtool = makepkg
@ -613,9 +613,9 @@ installed = systemd-251.7-1-x86_64
installed = systemd-libs-251.7-1-x86_64 installed = systemd-libs-251.7-1-x86_64
installed = systemd-sysvcompat-251.7-1-x86_64 installed = systemd-sysvcompat-251.7-1-x86_64
installed = tar-1.34-1-x86_64 installed = tar-1.34-1-x86_64
installed = tdpeuter-base-0.0.13-1-any installed = tdpeuter-base-0.0.14-1-any
installed = tdpeuter-desktop-0.0.13-1-any installed = tdpeuter-desktop-0.0.14-1-any
installed = tdpeuter-dev-0.0.13-1-any installed = tdpeuter-dev-0.0.14-1-any
installed = tdpeuter-me-0.0.10-1-any installed = tdpeuter-me-0.0.10-1-any
installed = termshark-2.4.0-1-x86_64 installed = termshark-2.4.0-1-x86_64
installed = texinfo-6.8-2-x86_64 installed = texinfo-6.8-2-x86_64

Binary file not shown.

View file

@ -5,7 +5,7 @@ pkgbase = tdpeuter
pkgver = 0.0.14-1 pkgver = 0.0.14-1
pkgdesc = Sysconfig for my systems pkgdesc = Sysconfig for my systems
url = https://git.depeuter.tk/tdpeuter/arch-pkgs url = https://git.depeuter.tk/tdpeuter/arch-pkgs
builddate = 1666819362 builddate = 1666819595
packager = Unknown Packager packager = Unknown Packager
size = 0 size = 0
arch = any arch = any

View file

@ -23,35 +23,35 @@ install_software() {
git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git git clone --depth 1 --progress https://aur.archlinux.org/betterbird-bin.git
cd betterbird-bin cd betterbird-bin
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing google-chrome" >&2 echo "Installing google-chrome"
git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git git clone --depth 1 --progress https://aur.archlinux.org/google-chrome.git
cd google-chrome cd google-chrome
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing hamsket" >&2 echo "Installing hamsket"
git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git git clone --depth 1 --progress https://aur.archlinux.org/hamsket-bin.git
cd hamsket-bin cd hamsket-bin
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing jetbrains-toolbox" >&2 echo "Installing jetbrains-toolbox"
git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git git clone --depth 1 --progress https://aur.archlinux.org/jetbrains-toolbox.git
cd jetbrains-toolbox cd jetbrains-toolbox
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
>&2 echo "Installing sway-git" >&2 echo "Installing sway-git"
git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git git clone --depth 1 --progress https://aur.archlinux.org/sway-git.git
cd sway-git cd sway-git
git pull git pull
su -c "makepkg -ic" "${user}" su -c "makepkg -ic" - "${user}"
cd cd
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.