summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarat Moustafine2017-01-29 18:29:13 +0300
committerMarat Moustafine2017-01-29 18:29:13 +0300
commit7ceffc2837544f845d0ee5482dc1fb79f4da6a3e (patch)
treee019574ed2cb3adc5af30507562e98f8b132fb48 /PKGBUILD
parent6694b14f8a368be5465e00367c22a8aaffa4fb4f (diff)
downloadaur-7ceffc2837544f845d0ee5482dc1fb79f4da6a3e.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c949068067bb..1a2465ff2d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marat Moustafine <moustafine-@t-tuta-d.t-io>
pkgname=pvs-studio
-pkgver=6.12.20591.1
+pkgver=6.13.20904.1
pkgrel=1
pkgdesc='Static code analyzer for C, C++ and C#'
arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@ options=('!strip')
install=$pkgname.install
source=(http://files.viva64.com/$pkgname-$pkgver-${arch[1]}.tgz)
source_i686=($pkgname.binfmt.d)
-sha256sums=('9ceb8d10f3236020be01d7ba815f610a08ee70f969d842f64394d9a191679073')
+sha256sums=('85b0404d2b7a96dc0fb95820a3250e8820e22b95570d2c6f56907a92f6ca7243')
sha256sums_i686=('fd7b1f7b48aa84205c1c0f60f630f1a33504e0e4904c5b0e8ae2477494899c97')
package() {
- if [ $CARCH == i686 ]; then
+ if [ $CARCH == ${arch[0]} ]; then
install -Dm644 $pkgname.binfmt.d $pkgdir/usr/lib/binfmt.d/$pkgname.conf
fi