Skip to content

Commit

Permalink
ci: add aur package submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jan 19, 2021
1 parent 2a7da28 commit ac87bab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "aur"]
path = aur
url = ssh://aur@aur.archlinux.org/cocogitto-bin.git
1 change: 1 addition & 0 deletions aur
Submodule aur added at 0227ea
8 changes: 8 additions & 0 deletions ci/aur_bump.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
VERSION=$1

cd aur/cocogitto-bin/ || exit
sed -i "s/pkgver=.*/pkgver=$VERSION/g" PKGBUILD
updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add .
git commit -m "chore(aur): update aur package version"

0 comments on commit ac87bab

Please sign in to comment.