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

Jan Steffens heftig at archlinux.org
Thu Jul 2 21:49:36 UTC 2015


    Date: Thursday, July 2, 2015 @ 23:49:35
  Author: heftig
Revision: 241717

fix adding replaces

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-02 21:23:06 UTC (rev 241716)
+++ PKGBUILD	2015-07-02 21:49:35 UTC (rev 241717)
@@ -82,7 +82,7 @@
   provides=("eclipse=$pkgver-$pkgrel")
   conflicts=(eclipse)
 
-  case $1 in
+  case $_variant in
     java) replaces=(eclipse) ;;
     cpp)  replaces=(eclipse-cdt) ;;
   esac



More information about the arch-commits mailing list