Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Dokkoo 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoh committed Sep 11, 2022
1 parent 825454c commit 51a6981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
EOT
chmod 600 /root/.ssh/config
chmod 400 /root/.ssh/aur
chmod 600 /root/.ssh/aur
chmod 644 /root/.ssh/aur.pub
ssh-keyscan -H aur.archlinux.org >> /root/.ssh/known_hosts
- name: Upload Dokkoo Pacman package
uses: actions/upload-artifact@v3
Expand All @@ -77,7 +78,9 @@ jobs:
git config --global user.email "[email protected]"
chmod 777 dokkoo-bin
cd ./dokkoo-bin
rm ./dokkoo-*-x86_64.tar.gz
cp -avf ../PKGBUILD ./
cp -avf ../dokkoo-*-x86_64.tar.gz ./
su -s /bin/sh nobody -c "makepkg --printsrcinfo" > .SRCINFO
git add -A
git commit -m "Automatically updating Dokkoo package via GitHub Actions (see repository for release notes)"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cargo-features = ["strip"]
[package]
name = "dokkoo"
version = "0.3.2"
version = "0.3.3"
authors = ["Emil Sayahi <[email protected]>"]
edition = "2021"
categories = ["command-line-utilities", "parser-implementations", "text-processing"]
Expand Down

0 comments on commit 51a6981

Please sign in to comment.