summarylogtreecommitdiffstats
path: root/.pkgupdate
blob: b20445b7e08766b469366ce008765f74a0cee99c (plain)
1
2
3
4
5
6
7
checksumupdate=0
update_pkgver=""
pwd=$PWD
cd $SRCDEST/$_gitname
git fetch --all -p
update_pkgver=$(git log -1 --date=short --format="%cd.%h" | tr -d '-')
cd $pwd