summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNara Díaz Viñolas2023-09-17 19:28:49 +0200
committerNara Díaz Viñolas2023-09-17 19:28:49 +0200
commit66805da7d65d064efa47a824c8cb373f6107e295 (patch)
tree018325099ce884758f672c4dbff6d00284690004
parenta7ac5d95b684542ccbf51e5e99d66d75422a0b13 (diff)
downloadaur-66805da7d65d064efa47a824c8cb373f6107e295.tar.gz
Fix paru devel repo detection
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 073525ac3620..d8d9a537fde7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pixiecore-git
_pkgname='pixiecore'
-pkgver=r352.0e2ca55
+pkgver=r353.64f6de6
pkgrel=1
pkgdesc="An all-in-one tool for easy netbooting"
arch=('any')
@@ -11,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=main")
+source=("${_pkgname}::git+https://github.com/danderson/netboot.git")
sha512sums=('SKIP')
pkgver() {