summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d6602b1097..cf2f9e069f24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = librevisa
pkgdesc = Compliant implementation of the VISA standard in a free software library
pkgver = 0.0.20130412
- pkgrel = 1
+ pkgrel = 2
url = http://www.librevisa.org
- arch = i686,
+ arch = i686
arch = x86_64
license = GPL3
depends = libusb
diff --git a/PKGBUILD b/PKGBUILD
index 2b09e984fbdd..f06cbcf2bbb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
#
pkgname=librevisa
pkgver=0.0.20130412
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Compliant implementation of the VISA standard in a free software library"
-arch=('i686', 'x86_64')
+arch=('i686' 'x86_64')
url="http://www.librevisa.org"
license=('GPL3')
groups=()