Date: Wednesday, March 29, 2023 @ 12:51:23
  Author: spupykin
Revision: 1430274

upgpkg: splint 3.1.2.git20180129-3

Modified:
  splint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-29 12:47:47 UTC (rev 1430273)
+++ PKGBUILD    2023-03-29 12:51:23 UTC (rev 1430274)
@@ -3,7 +3,7 @@
 
 pkgname=splint
 pkgver=3.1.2.git20180129
-pkgrel=2
+pkgrel=3
 _commit=3fb908d0d8a4daa26dc770e1f2aa133f93100503
 pkgdesc="A tool for statically checking C programs for security 
vulnerabilities and coding mistakes"
 arch=('x86_64')
@@ -17,12 +17,13 @@
 sha256sums=('SKIP'
             'ea90b733037ef1ad25a0a5f39cbb33ca747dabd3b2bfd9d087f3981bc6990b61')
 
+prepare() {
+  cd "${srcdir}"/splint-patched
+  autoreconf -fi
+}
+
 build() {
   cd "${srcdir}"/splint-patched
-  automake --add-missing || true
-  autoreconf || true
-  automake --add-missing
-  autoreconf
   ./configure --prefix=/usr --mandir=/usr/share/man
   make -j1
 }

Reply via email to