From 7f111d225ac0c6aa9d2ad912a7e0f27375a899dc Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 29 Sep 2018 05:53:55 +0200 Subject: arch-system: use `date` as pkgver Since arch-system has no upstream versions, and I'm too lazy to change pkgver manually, just expand the current date. This is slightly odd, maybe even a bad idea, but worth a try. --- arch-system/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD index 1439507..5e318ac 100644 --- a/arch-system/PKGBUILD +++ b/arch-system/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=arch-system pkgname=('base-system' 'backup-system' 'xps13') -pkgver=1 +pkgver=$(date "+%Y.%m.%d") pkgrel=1 pkgdesc="Arch Linux system configuration" arch=("any") -- cgit v1.2.3-70-g09d2