[arch-commits] Commit in igsc/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Monday, October 18, 2021 @ 12:20:50
  Author: archange
Revision: 1030827

archrelease: copy trunk to community-x86_64

Added:
  igsc/repos/community-x86_64/PKGBUILD
    (from rev 1030826, igsc/trunk/PKGBUILD)
Deleted:
  igsc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-18 12:20:25 UTC (rev 1030826)
+++ PKGBUILD	2021-10-18 12:20:50 UTC (rev 1030827)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-
-pkgname=igsc
-pkgver=0.2.3
-pkgrel=1
-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')
-
-build() {
-    cmake -B build -S "${pkgname}-${pkgver}" \
-        -DCMAKE_BUILD_TYPE:STRING='None' \
-        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
-        -DENABLE_WERROR:BOOL='OFF' \
-        -Wno-dev
-    make -C build
-}
-
-package() {
-    make -C build DESTDIR="$pkgdir" install
-}

Copied: igsc/repos/community-x86_64/PKGBUILD (from rev 1030826, igsc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-18 12:20:50 UTC (rev 1030827)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=igsc
+pkgver=0.2.4
+pkgrel=1
+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=('4bbb3cf130693767791c48c08ebfa16b8a5437eb382984a6ea724d627016c04b')
+
+build() {
+    cmake -B build -S ${pkgname}-${pkgver} \
+        -DCMAKE_BUILD_TYPE:STRING='None' \
+        -DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+        -DENABLE_WERROR:BOOL='OFF' \
+        -Wno-dev
+    make -C build
+}
+
+package() {
+    make -C build DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list