summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2021-05-22 10:08:05 +0200
committerAndreas Baumann2021-05-22 10:08:05 +0200
commitc23ae77af99ea54e508e257f77da40c2e3abea7b (patch)
treef21f3f8d22a0f9c1409b5a6e00a6d9e4d2579e0b
parentffef8162be7cacc7cb0b2f30e099757a330ee771 (diff)
downloadaur-c23ae77af99ea54e508e257f77da40c2e3abea7b.tar.gz
adapted for Archlinux32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dd81c435935..ac569c493eea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
-# Generated by mksrcinfo v8
-# Tue Oct 30 17:20:12 UTC 2018
pkgbase = cppcms
pkgdesc = CppCMS is the web development framework written in C++, that is aimed on development of high performance web application.
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://cppcms.sourceforge.net/
+ arch = i486
arch = i686
+ arch = pentium4
arch = x86_64
license = LGPL
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index fff58fc33e7c..2ed657299788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=cppcms
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="CppCMS is the web development framework written in C++, that is aimed on development of high performance web application."
-arch=('i686' 'x86_64')
+arch=('i486' 'i686' 'pentium4' 'x86_64')
url="http://cppcms.sourceforge.net/"
license=('LGPL')
depends=('pcre' 'zlib')