Skip to content

Commit 5d458d5

Browse files
use base-devel arch container for aur publishing
1 parent cf05a53 commit 5d458d5

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/publish_aur.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
arch:
99
runs-on: ubuntu-latest
10-
container: archlinux:latest
10+
container: archlinux:base-devel
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -16,9 +16,7 @@ jobs:
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: |

dotgit/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from os.path import expanduser
22
import 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'

pkg/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Kobus van Schoor <v dot schoor dot kobus at gmail dot com>
22
pkgname=dotgit
3-
pkgver='2.2.6'
3+
pkgver='2.2.7'
44
pkgrel=0
55
pkgdesc='A comprehensive solution to managing your dotfiles'
66
url='https://github.com/kobus-v-schoor/dotgit'

0 commit comments

Comments
 (0)