Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
scx-scheds
Commits:
4cf2e0df by Peter Jung at 2024-11-19T18:07:06+01:00
upgpkg: 1.0.6-4, use proper tag
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = scx-scheds
pkgdesc = sched_ext schedulers and tools
pkgver = 1.0.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sched-ext/scx
arch = x86_64
license = GPL-2.0-only
@@ -22,7 +22,7 @@ pkgbase = scx-scheds
depends = zlib
options = !lto
backup = etc/default/scx
- source =
git+https://github.com/sched-ext/scx#tag=607dfab7e9d3229711e7be87a39bebea2a55e859
+ source = git+https://github.com/sched-ext/scx#tag=v1.0.6
sha256sums =
81ebebdef84d9e02fb56b766633545ecfa875c297381c4912448409592aa407a
pkgname = scx-scheds
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=scx-scheds
_gitname=scx
pkgver=1.0.6
-pkgrel=3
+pkgrel=4
pkgdesc='sched_ext schedulers and tools'
url='https://github.com/sched-ext/scx'
arch=('x86_64')
@@ -31,8 +31,7 @@ makedepends=(
rust
)
options=(!lto)
-_tag=607dfab7e9d3229711e7be87a39bebea2a55e859
-source=("git+https://github.com/sched-ext/scx#tag=${_tag}")
+source=("git+https://github.com/sched-ext/scx#tag=v${pkgver}")
sha256sums=('81ebebdef84d9e02fb56b766633545ecfa875c297381c4912448409592aa407a')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scx-scheds/-/commit/4cf2e0df7fd0bab502178630a9709ec11696e148
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scx-scheds/-/commit/4cf2e0df7fd0bab502178630a9709ec11696e148
You're receiving this email because of your account on gitlab.archlinux.org.