summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Richards2017-08-22 11:21:21 -0400
committerTom Richards2017-08-22 11:21:21 -0400
commitce5560afebdf5d498bebae4da24e60b3d72ef13b (patch)
tree2853177037906412ec3728f76a056a43ea1c77b3 /PKGBUILD
parent5f76ca51e2c604e90621a000c034c5e356a83447 (diff)
downloadaur-ce5560afebdf5d498bebae4da24e60b3d72ef13b.tar.gz
Fix architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5668c3627c2..0e5f4e13b54d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Tom Richards <tom@tomrichards.net>
-# https://github.com/t-richards/aur-php-vld
_pkgname=vld
_pkgver=VLD_0_14_0
pkgname=php-vld
pkgver=0.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Vulcan Logic Dumper hooks into the Zend Engine and dumps all the opcodes (execution units) of a script."
-arch=('x86' 'x86_64')
+arch=('x86_64')
url="http://derickrethans.nl/projects.html#vld"
license=('BSD')
makedepends=('php')