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

Massimiliano Torromeo mtorromeo at archlinux.org
Wed Nov 19 16:01:48 UTC 2014


    Date: Wednesday, November 19, 2014 @ 17:01:47
  Author: mtorromeo
Revision: 122760

Removed unneeded conflicts/provides from gflags

Modified:
  gflags/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-19 15:50:51 UTC (rev 122759)
+++ PKGBUILD	2014-11-19 16:01:47 UTC (rev 122760)
@@ -1,6 +1,6 @@
 # $Id$
 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Anatol Pomozov <anatol.pomozov gmail>
+# Maintainer: Anatol Pomozov <anatol.pomozov gmail>
 # Contributor: RunningDroid <runningdroid AT zoho.com>
 # Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
 
@@ -13,9 +13,6 @@
 license=(BSD)
 depends=(gcc-libs)
 makedepends=(cmake)
-# google-gflags was renamed to just gflags
-provides=(google-gflags=$pkgver)
-conflicts=(google-gflags)
 source=($pkgname-$pkgver.tar.gz::https://github.com/schuhschuh/gflags/archive/v$pkgver.tar.gz)
 sha256sums=('432edece8102fc141c2e3381e2eb5eabb1ce7614851cc96bdec4715105086238')
 



More information about the arch-commits mailing list