aboutsummaryrefslogtreecommitdiffstats
path: root/community/cppcheck
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-01 20:19:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-01 22:50:46 -0300
commitca119d94187c1a5cf098fe8c82c4c5511a20d6b3 (patch)
treeafb0cd034b9670f6e825388971be9512e1fb78eb /community/cppcheck
parent9d1738b2f1302439dcb3acfc6b581956eae7775b (diff)
downloadaports-ca119d94187c1a5cf098fe8c82c4c5511a20d6b3.tar.bz2
aports-ca119d94187c1a5cf098fe8c82c4c5511a20d6b3.tar.xz
community/cppcheck: upgrade to 1.89
Diffstat (limited to 'community/cppcheck')
-rw-r--r--community/cppcheck/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cppcheck/APKBUILD b/community/cppcheck/APKBUILD
index 19b28742f9..66ffbe4a5d 100644
--- a/community/cppcheck/APKBUILD
+++ b/community/cppcheck/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=cppcheck
-pkgver=1.88
+pkgver=1.89
pkgrel=0
pkgdesc="Static analysis tool for C/C++ code"
url="http://cppcheck.sourceforge.net"
@@ -20,7 +20,7 @@ build() {
cd gui
lrelease-qt5 gui.pro
qmake-qt5 HAVE_RULES=yes
- make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+ make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes FILESDIR=/usr/share/cppcheck
}
check() {
@@ -28,7 +28,7 @@ check() {
}
package() {
- make DESTDIR="$pkgdir" CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes install
+ make DESTDIR="$pkgdir" CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes FILESDIR=/usr/share/cppcheck install
install -Dm644 cppcheck.1 "$pkgdir"/usr/share/man/man1/cppcheck.1
}
@@ -53,6 +53,6 @@ gui() {
mv gui/cppcheck*.qm "$subpkgdir"/usr/share/cppcheck/lang/
}
-sha512sums="fa4ede0665546341af0ba3dae09a00b6efae09ec7838c616c580be01ff6902594d61168a059539779be0c78e1708d2bd9c8e7987dd0bb67dc8fa332a10d1de6a cppcheck-1.88.tar.gz
+sha512sums="0e8f7ae6fe70261f69954ec830c20faff37126ec41a7fdc59ce91db99313a1c99e1850656efeb7182a37fb78fbf8402b71d72a11d6189a5bede2819bdde69b9b cppcheck-1.89.tar.gz
013e3d1bb49602ac0bf39335d5b4df001aa98e1ad9689207063460edc30a4cd7b67f5e880bd0bcae0c03e5724a8bdd0cb5c8cafcb89a815dab24b2ead2923f36 set_datadir.patch
dd118f930aa509ee3d8b39d920f5de38b425657cc8a44520bb13b8f744aa4f2fe2bcd61141dbe1730f3202b70aecd3ef2531a04b8ebccdc5475cbe1a4dda38ab disable-findFunction19-test.patch"