summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Richards2017-08-22 11:21:21 -0400
committerTom Richards2017-08-22 11:21:21 -0400
commitce5560afebdf5d498bebae4da24e60b3d72ef13b (patch)
tree2853177037906412ec3728f76a056a43ea1c77b3
parent5f76ca51e2c604e90621a000c034c5e356a83447 (diff)
downloadaur-ce5560afebdf5d498bebae4da24e60b3d72ef13b.tar.gz
Fix architecture
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3004583a8b7..3a932e73fa5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Jun 2 13:11:43 UTC 2017
+# Tue Aug 22 15:20:45 UTC 2017
pkgbase = php-vld
pkgdesc = The Vulcan Logic Dumper hooks into the Zend Engine and dumps all the opcodes (execution units) of a script.
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = http://derickrethans.nl/projects.html#vld
- arch = x86
arch = x86_64
license = BSD
makedepends = php
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')