mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-23 05:01:28 +00:00
rename 'aur' dir to ' makepkg'
mention the format rather a specific repository
This commit is contained in:
8
.github/workflows/linux-makepkg.yml
vendored
8
.github/workflows/linux-makepkg.yml
vendored
@@ -16,8 +16,8 @@ on:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
paths:
|
||||
- '.github/workflows/aur.yml'
|
||||
- 'dist/linux/aur/**'
|
||||
- '.github/workflows/linux-makepkg.yml'
|
||||
- 'dist/linux/makepkg/**'
|
||||
- 'dist/linux/common/**'
|
||||
- 'dist/linux/resources/**'
|
||||
|
||||
@@ -51,9 +51,9 @@ jobs:
|
||||
install -d -m 0755 -o builder -g builder "$PKGDEST" "$SRCDEST"
|
||||
- name: Set package version
|
||||
run: |
|
||||
sed -i -e 's|^pkgver=.*$|pkgver=${{ needs.get-version.outputs.semVerStr }}|' dist/linux/aur/PKGBUILD
|
||||
sed -i -e 's|^pkgver=.*$|pkgver=${{ needs.get-version.outputs.semVerStr }}|' dist/linux/makepkg/PKGBUILD
|
||||
- name: Build package with makepkg
|
||||
working-directory: dist/linux/aur
|
||||
working-directory: dist/linux/makepkg
|
||||
run: |
|
||||
sudo -u builder env \
|
||||
PKGDEST="$PKGDEST" \
|
||||
|
||||
Reference in New Issue
Block a user