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

Jelle van der Waa jelle at archlinux.org
Sun Dec 13 15:57:14 UTC 2020


    Date: Sunday, December 13, 2020 @ 15:57:13
  Author: jelle
Revision: 774495

Fix sources=()

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 15:57:00 UTC (rev 774494)
+++ PKGBUILD	2020-12-13 15:57:13 UTC (rev 774495)
@@ -3,7 +3,7 @@
 
 pkgname=cppcheck
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
 url="http://cppcheck.sourceforge.net/"
@@ -14,10 +14,9 @@
             'python-pygments: cppcheck-htmlreport'
             'clang: for cppcheck-gui integration')
 source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz
-        translations-location.patch cppcheck-2.2-tinyxml.patch)
+        translations-location.patch)
 sha1sums=('3c6ed1897bd671a58d372be325bbd42cb237ab49'
-          '03b0888438cf92ccdcbf307dbc3c35e65c91b844'
-          'd83e1202770b7389c14a91885d7d838c097d7680')
+          '03b0888438cf92ccdcbf307dbc3c35e65c91b844')
 
 prepare() {
    cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list