Skip to content

Commit

Permalink
update repos when installing packages for aur publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kobus-v-schoor committed Feb 7, 2021
1 parent 5d458d5 commit 4596e68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_aur.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:

# install needed packages to update aur repo
- run: |
pacman -S --noconfirm git openssh
pacman -Sy --noconfirm git openssh
# setup ssh credentials
- run: |
Expand Down
2 changes: 1 addition & 1 deletion dotgit/info.py
@@ -1,7 +1,7 @@
from os.path import expanduser
import socket

__version__ = '2.2.7'
__version__ = '2.2.8'
__author__ = 'Kobus van Schoor'
__author_email__ = 'v.schoor.kobus@gmail.com'
__url__ = 'https://github.com/kobus-v-schoor/dotgit'
Expand Down
2 changes: 1 addition & 1 deletion pkg/arch/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kobus van Schoor <v dot schoor dot kobus at gmail dot com>
pkgname=dotgit
pkgver='2.2.7'
pkgver='2.2.8'
pkgrel=0
pkgdesc='A comprehensive solution to managing your dotfiles'
url='https://github.com/kobus-v-schoor/dotgit'
Expand Down

0 comments on commit 4596e68

Please sign in to comment.