Commit 0f4e5a4d authored by Seblu's avatar Seblu
Browse files

Use date as pkgrel

parent 998d9df8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,8 +2,7 @@

pkgname=archrepo-git
pkgver=$(git log --pretty=format:''|wc -l)
#pkgver=$(date +%Y.%m.%d)
pkgrel=1
pkgrel=$(date +%y%m%d%H%M)
pkgdesc='Seblu Archlinux Repositories Stuff'
arch=('any')
url='https://github.com/seblu/archrepo'