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

Antonio Rojas arojas at archlinux.org
Wed Feb 19 17:45:33 UTC 2020


    Date: Wednesday, February 19, 2020 @ 17:45:32
  Author: arojas
Revision: 576723

libgit2 0.99 rebuild

Modified:
  sink/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-19 17:43:27 UTC (rev 576722)
+++ PKGBUILD	2020-02-19 17:45:32 UTC (rev 576723)
@@ -2,7 +2,7 @@
 
 pkgname=sink
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An offline-caching, synchronization and indexing system for PIM data"
 arch=(x86_64)
 url="https://community.kde.org/KDE_PIM"
@@ -14,6 +14,7 @@
 
 prepare() {
   mkdir -p build
+  find -name CMakeLists.txt | xargs sed -e '/add_subdirectory(tests)/d' -i  # Don't build tests 
 }
 
 build() {



More information about the arch-commits mailing list