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

Anatol Pomozov anatolik at archlinux.org
Mon Feb 19 01:21:34 UTC 2018


    Date: Monday, February 19, 2018 @ 01:21:28
  Author: anatolik
Revision: 296295

upgpkg: fossil 2.5-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 01:21:11 UTC (rev 296294)
+++ PKGBUILD	2018-02-19 01:21:28 UTC (rev 296295)
@@ -4,8 +4,8 @@
 # Contributor: Konstantin Plotnikov <kostyapl at gmail dot com>
 
 pkgname=fossil
-pkgver=2.4
-pkgrel=2
+pkgver=2.5
+pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration management'
 arch=(x86_64)
 license=(BSD)
@@ -23,11 +23,11 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
             'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
             '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-            'd23498b6ae8894d18d7b73b8312c7514eda9ef91cf9f96c4c38429316919ad29')
+            'f9b07360811f432dfb36ebfb44c83886872556ecce1c80387629ce90e1e4aad3')
 
 build() {
   cd fossil-$pkgver
-  ./configure --prefix=/usr --json --disable-internal-sqlite --with-tcl --with-tcl-private-stubs=1
+  ./configure --prefix=/usr --json --disable-internal-sqlite --with-tcl=/usr --with-tcl-private-stubs=1
   # headers and translate targets are problematic with parallel jobs
   #make -j1 bld bld/headers
   make



More information about the arch-commits mailing list