summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2020-01-25 22:43:47 +0100
committerSimon Legner2020-01-25 22:43:47 +0100
commit3c7a57b0d42ac75e27e67cd1bcaaa2636b182bcb (patch)
tree30951f8da0ac95a2f0bd9b1b0f8a3e0b1b38b354
parentd5a38d2a48ac768c3164ad78d451a3264d7527ba (diff)
downloadaur-pixiecore.tar.gz
upgpkg: pixiecore 2019.332-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac4c6025294..86bf4881dd83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pixiecore
pkgdesc = An all-in-one tool for easy netbooting
- pkgver = 2018.283
+ pkgver = 2019.332
pkgrel = 1
- url = https://github.com/google/netboot/tree/master/pixiecore
+ url = https://github.com/danderson/netboot/tree/master/pixiecore
arch = i686
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 1e9ab9b7e383..c81d1cdd948a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: zargbell <zargbell@yandex.ru>
pkgname=pixiecore
-pkgver=2018.283
+pkgver=2019.332
pkgrel=1
epoch=
pkgdesc="An all-in-one tool for easy netbooting"
arch=('i686' 'x86_64' 'armv7h')
-url="https://github.com/google/netboot/tree/master/pixiecore"
+url="https://github.com/danderson/netboot/tree/master/pixiecore"
license=('GPL2')
groups=()
depends=()
@@ -36,7 +36,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.%j")'
+ curl -s 'https://api.github.com/repos/danderson/netboot/commits?per_page=1' | jq -c -r '.[].commit.committer.date | fromdate | strftime("%Y.%j")'
}
build() {