summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNara Díaz Viñolas2023-05-11 09:18:55 +0200
committerNara Díaz Viñolas2023-05-11 09:18:55 +0200
commita7ac5d95b684542ccbf51e5e99d66d75422a0b13 (patch)
tree8484ac63a7015fb436994a2132b0e61489944826
parentfee05bbcf2e76167076057f2e70db1e3a09020e4 (diff)
downloadaur-a7ac5d95b684542ccbf51e5e99d66d75422a0b13.tar.gz
Fix branch name (master -> main) + version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 363af9ddedb0..cb14f008c9ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pixiecore-git
pkgdesc = An all-in-one tool for easy netbooting
- pkgver = r350.fc2840f
+ pkgver = r352.0e2ca55
pkgrel = 1
url = https://godoc.org/go.universe.tf/netboot/pixiecore
arch = any
@@ -10,7 +10,7 @@ pkgbase = pixiecore-git
makedepends = binutils
provides = pixiecore
conflicts = pixiecore
- source = pixiecore::git+https://github.com/danderson/netboot.git#branch=master
+ source = pixiecore::git+https://github.com/danderson/netboot.git#branch=main
sha512sums = SKIP
pkgname = pixiecore-git
diff --git a/PKGBUILD b/PKGBUILD
index 9b15adac4a45..073525ac3620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
+# Maintainer: Nara Díaz Viñolas <rdvdev2@gmail.com>
+
pkgname=pixiecore-git
_pkgname='pixiecore'
-pkgver=r350.fc2840f
+pkgver=r352.0e2ca55
pkgrel=1
pkgdesc="An all-in-one tool for easy netbooting"
arch=('any')
@@ -9,7 +11,7 @@ license=('Apache')
makedepends=('go' 'gcc' 'binutils')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("${_pkgname}::git+https://github.com/danderson/netboot.git#branch=master")
+source=("${_pkgname}::git+https://github.com/danderson/netboot.git#branch=main")
sha512sums=('SKIP')
pkgver() {