[arch-commits] Commit in igsc/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Mon Oct 18 12:20:26 UTC 2021


    Date: Monday, October 18, 2021 @ 12:20:25
  Author: archange
Revision: 1030826

upgpkg: igsc 0.2.4-1

Modified:
  igsc/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-18 12:17:01 UTC (rev 1030825)
+++ PKGBUILD	2021-10-18 12:20:25 UTC (rev 1030826)
@@ -2,19 +2,19 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=igsc
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
-pkgdesc='Intel graphics system controller firmware update library'
-arch=('x86_64')
+pkgdesc="Intel graphics system controller firmware update library"
+arch=(x86_64)
 url='https://github.com/intel/igsc/'
-license=('Apache')
-depends=('intel-metee' 'systemd-libs')
-makedepends=('cmake' 'systemd')
-source=("https://github.com/intel/igsc/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2e951cf6a21bf69fc80669f6df41a0678ee830f2ef61e0f5d3fba1ddd06d0e1c')
+license=(Apache)
+depends=(intel-metee systemd-libs)
+makedepends=(cmake systemd)
+source=(https://github.com/intel/igsc/archive/V${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4bbb3cf130693767791c48c08ebfa16b8a5437eb382984a6ea724d627016c04b')
 
 build() {
-    cmake -B build -S "${pkgname}-${pkgver}" \
+    cmake -B build -S ${pkgname}-${pkgver} \
         -DCMAKE_BUILD_TYPE:STRING='None' \
         -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
         -DENABLE_WERROR:BOOL='OFF' \



More information about the arch-commits mailing list