Commit fff3b713 authored by Seblu's avatar Seblu
Browse files

Use commit depth as pkgver in PKGBUILD

parent 82f6bc82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# Maintainer: Sébastien Luttringer

pkgname=archrepo-git
pkgver=$(date +%Y.%m.%d)
pkgver=$(git log --pretty=format:''|wc -l)
#pkgver=$(date +%Y.%m.%d)
pkgrel=1
pkgdesc='Seblu Archlinux Repositories Stuff'
arch=('any')