summarylogtreecommitdiffstats
path: root/commit.sh
blob: cfb5aa3f547cdfeb35c2c01790b2d740f4db92a3 (plain)
1
2
3
4
5
#!/usr/bin/env bash

git add PKGBUILD .gitignore .SRCINFO .gitignore
source ./PKGBUILD
git commit -m "feature: Update to ${pkgver}"