aboutsummaryrefslogtreecommitdiffstats
path: root/arch-system
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-09-29 05:53:55 +0200
committerTharre <tharre3@gmail.com>2018-09-29 05:53:55 +0200
commit7f111d225ac0c6aa9d2ad912a7e0f27375a899dc (patch)
tree51d805157043b77199b8fa4be749ae9c01b797f5 /arch-system
parentb8e22409f5c3717cdd2e9a1c5183c195202b7fcd (diff)
downloadpkgbuilds-7f111d225ac0c6aa9d2ad912a7e0f27375a899dc.tar.gz
pkgbuilds-7f111d225ac0c6aa9d2ad912a7e0f27375a899dc.tar.xz
pkgbuilds-7f111d225ac0c6aa9d2ad912a7e0f27375a899dc.zip
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.
Diffstat (limited to 'arch-system')
-rw-r--r--arch-system/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")