summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2021-05-22 10:10:51 +0200
committerAndreas Baumann2021-05-22 10:10:51 +0200
commit974c30520bd9461d03f771068e6943bab86f9ae8 (patch)
treee6b06d88468d2218fc821f6aa607636303487dd9
parent4fcd796d80498ac5a012622b1931d607423a7a9a (diff)
downloadaur-cppdb.tar.gz
adapted for Archlinux32
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e283fe6fb99..2e9a13c7da3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = cppdb
pkgdesc = CppDB is an SQL connectivity library that is designed to provide platform and Database independent connectivity API.
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://cppcms.com/sql/cppdb/
+ arch = i486
arch = i686
+ arch = pentium4
arch = x86_64
license = custom:Boost Software License
license = MIT
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=()