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

Jan Steffens heftig at archlinux.org
Thu May 27 16:41:46 UTC 2021


    Date: Thursday, May 27, 2021 @ 16:41:45
  Author: heftig
Revision: 416562

minor improvements

Modified:
  libsigc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 16:41:36 UTC (rev 416561)
+++ PKGBUILD	2021-05-27 16:41:45 UTC (rev 416562)
@@ -1,5 +1,5 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgbase=libsigc++
@@ -39,8 +39,8 @@
 # accidentally to run this function on the system (!!!) 
 package_libsigc++ () {
   provides=("libsigc++2.0=$pkgver" libsigc-2.0.so)
+  conflicts=(libsigc++2.0)
   replaces=(libsigc++2.0)
-  conflicts=(libsigc++2.0)
 
   meson install -C build --destdir "$pkgdir"
 
@@ -53,8 +53,8 @@
   pkgdesc+=" (documentation)"
   depends=()
   provides=("libsigc++2.0-docs=$pkgver")
+  conflicts=(libsigc++2.0-docs)
   replaces=(libsigc++2.0-docs)
-  conflicts=(libsigc++2.0-docs)
   options=(!strip)
 
   mv -t "$pkgdir" docs/*



More information about the arch-commits mailing list