summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzargbell2018-01-07 15:20:39 +0200
committerzargbell2018-01-07 15:20:39 +0200
commit71080ca16aa2fdec21675f5b2aef00e1532b2eda (patch)
tree633a4ad6ff8b7d25ea6d124a2b16225b7fc48562
parenteede2bf3a0709987582e854b7e0f529a2e07e5c9 (diff)
downloadaur-71080ca16aa2fdec21675f5b2aef00e1532b2eda.tar.gz
update, change version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df5c7c9869fd..b4818576f9d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zargbell <zargbell@yandex.ru>
pkgname=pixiecore
-pkgver=17.08.16.1755
+pkgver=2017.365
pkgrel=1
epoch=
pkgdesc="An all-in-one tool for easy netbooting"
@@ -38,7 +38,7 @@ prepare() {
pkgver(){
# date last comment
- curl -s 'https://api.github.com/repos/google/netboot/commits?per_page=1' | jq -c -r '.[].commit.committer.date | fromdate | strftime("%y.%m.%d.%H%M")'
+ curl -s 'https://api.github.com/repos/google/netboot/commits?per_page=1' | jq -c -r '.[].commit.committer.date | fromdate | strftime("%Y.%j")'
}
build() {