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

Bruno Pagani archange at archlinux.org
Sat Jul 18 14:26:10 UTC 2020


    Date: Saturday, July 18, 2020 @ 14:26:10
  Author: archange
Revision: 664420

upgpkg: intel-gmmlib 20.2.2-1

Modified:
  intel-gmmlib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-18 14:06:46 UTC (rev 664419)
+++ PKGBUILD	2020-07-18 14:26:10 UTC (rev 664420)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=intel-gmmlib
-pkgver=20.1.1
+pkgver=20.2.2
 pkgrel=1
 pkgdesc="Intel Graphics Memory Management Library"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 replaces=(gmmlib)
 options=(!emptydirs)
 source=("https://github.com/${pkgname/-//}/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('821755657cf51f59d8f3f443c99e3ec9f28d897ff65c219c6a119e4acb5a2ac7')
+sha256sums=('b3dfb193549b7385d68d959b31fa4670fef69161ca808bc9268a213bffba84f2')
 
 build() {
     export CFLAGS+=" ${CPPFLAGS}"
@@ -31,5 +31,5 @@
 
 package() {
     make -C build DESTDIR="${pkgdir}" install
-    install -D -m644 gmmlib-${pkgname}-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+    install -Dm644 gmmlib-${pkgname}-${pkgver}/LICENSE.md -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 }



More information about the arch-commits mailing list