Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / igsc
Commits:
3d271254 by Daniel Bermond at 2024-09-02T16:13:32-03:00
upgpkg: 0.9.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = igsc
pkgdesc = Intel graphics system controller firmware update library
- pkgver = 0.8.16
- pkgrel = 3
+ pkgver = 0.9.2
+ pkgrel = 1
url = https://github.com/intel/igsc/
arch = x86_64
license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = igsc
makedepends = systemd
depends = intel-metee
depends = systemd-libs
- source =
https://github.com/intel/igsc//archive/V0.8.16/igsc-0.8.16.tar.gz
- sha256sums =
03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550
+ source = https://github.com/intel/igsc//archive/V0.9.2/igsc-0.9.2.tar.gz
+ sha256sums =
cb7ef80359ad677782a912f26e71a926e8a6b4e1b9bb21a2de0d27781b1d31f9
pkgname = igsc
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Daniel Bermond <[email protected]>
pkgname=igsc
-pkgver=0.8.16
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
pkgdesc="Intel graphics system controller firmware update library"
arch=(x86_64)
url="https://github.com/intel/igsc/"
@@ -11,7 +11,7 @@ license=(Apache-2.0)
depends=(intel-metee systemd-libs)
makedepends=(cmake systemd)
source=(${url}/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('03e797f23f48221ce797227a1059edd7bceade189966cc1550f4c1d64dbc1550')
+sha256sums=('cb7ef80359ad677782a912f26e71a926e8a6b4e1b9bb21a2de0d27781b1d31f9')
build() {
cmake -B build -S ${pkgname}-${pkgver} \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/3d27125425086c23a374fe2187c447eff02703af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/igsc/-/commit/3d27125425086c23a374fe2187c447eff02703af
You're receiving this email because of your account on gitlab.archlinux.org.