File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 arch :
99 runs-on : ubuntu-latest
10- container : archlinux:latest
10+ container : archlinux:base-devel
1111
1212 steps :
1313 - uses : actions/checkout@v2
1616
1717 # install needed packages to update aur repo
1818 - run : |
19- pacman -Syu --noconfirm
20- pacman -S --noconfirm git openssh base-devel
21- true
19+ pacman -S --noconfirm git openssh
2220
2321 # setup ssh credentials
2422 - run : |
Original file line number Diff line number Diff line change 11from os .path import expanduser
22import socket
33
4- __version__ = '2.2.6 '
4+ __version__ = '2.2.7 '
55__author__ = 'Kobus van Schoor'
66__author_email__ = 'v.schoor.kobus@gmail.com'
77__url__ = 'https://github.com/kobus-v-schoor/dotgit'
Original file line number Diff line number Diff line change 11# Maintainer: Kobus van Schoor <v dot schoor dot kobus at gmail dot com>
22pkgname=dotgit
3- pkgver=' 2.2.6 '
3+ pkgver=' 2.2.7 '
44pkgrel=0
55pkgdesc=' A comprehensive solution to managing your dotfiles'
66url=' https://github.com/kobus-v-schoor/dotgit'
You can’t perform that action at this time.
0 commit comments