summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann2021-05-22 10:10:51 +0200
committerAndreas Baumann2021-05-22 10:10:51 +0200
commit974c30520bd9461d03f771068e6943bab86f9ae8 (patch)
treee6b06d88468d2218fc821f6aa607636303487dd9 /PKGBUILD
parent4fcd796d80498ac5a012622b1931d607423a7a9a (diff)
downloadaur-cppdb.tar.gz
adapted for Archlinux32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0482c2d37fb5..c8d678efbf75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=cppdb
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="CppDB is an SQL connectivity library that is designed to provide platform and Database independent connectivity API."
-arch=('i686' 'x86_64')
+arch=('i486' 'i686' 'pentium4' 'x86_64')
url="http://cppcms.com/sql/cppdb/"
license=('custom:Boost Software License' 'MIT')
depends=()