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

Jan Steffens heftig at archlinux.org
Sun Sep 27 22:01:19 UTC 2020


    Date: Sunday, September 27, 2020 @ 22:01:18
  Author: heftig
Revision: 396833

2.10.4-2: oops

Modified:
  libsigc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 21:56:38 UTC (rev 396832)
+++ PKGBUILD	2020-09-27 22:01:18 UTC (rev 396833)
@@ -5,7 +5,7 @@
 pkgbase=libsigc++
 pkgname=(libsigc++ libsigc++-docs)
 pkgver=2.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Callback Framework for C++"
 url="https://libsigcplusplus.github.io/libsigcplusplus/"
 arch=(x86_64)
@@ -35,7 +35,9 @@
   meson test -C build --print-errorlogs
 }
 
-package_libsigc++() {
+# Do not remove the space before the () or commitpkg will
+# accidentally to run this function on the system (!!!) 
+package_libsigc++ () {
   provides=("libsigc++2.0=${pkgver}")
   replaces=('libsigc++2.0')
   conflicts=('libsigc++2.0')



More information about the arch-commits mailing list