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

Jan Steffens heftig at archlinux.org
Sat Nov 23 17:38:49 UTC 2019


    Date: Saturday, November 23, 2019 @ 17:38:48
  Author: heftig
Revision: 369648

fix dep, remove unneeded tag

Modified:
  eglexternalplatform/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-23 17:38:23 UTC (rev 369647)
+++ PKGBUILD	2019-11-23 17:38:48 UTC (rev 369648)
@@ -7,7 +7,7 @@
 url=https://github.com/NVIDIA/eglexternalplatform
 arch=(any)
 license=(MIT)
-depends=(mesa)
+depends=(libegl)
 makedepends=(git)
 _commit=7c8f8e2218e46b1a4aa9538520919747f1184d86  # tags/1.1
 source=("git+$url#commit=$_commit")
@@ -20,7 +20,6 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 1.0 53bf47ccd349b7525248687ba0058860168c8580  # Fixup missing tag
 }
 
 package() {



More information about the arch-commits mailing list