diff options
author | Dario Ostuni | 2015-11-12 15:34:47 +0100 |
---|---|---|
committer | Dario Ostuni | 2015-11-12 15:34:47 +0100 |
commit | cda0ff1c221a74305cdd27ea3f7e183529adeafc (patch) | |
tree | fb2ae1ee569c63d91d3d256ca442d1829b442614 /.SRCINFO | |
parent | ec27a208f76f26988cb23687af99f4a43ff6e011 (diff) | |
download | aur-cda0ff1c221a74305cdd27ea3f7e183529adeafc.tar.gz |
Added fix for pkg-config file
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,15 +1,16 @@ pkgbase = cgicc pkgdesc = C++ library that simplifies the creation of CGI applications pkgver = 3.2.16 - pkgrel = 3 + pkgrel = 4 url = https://www.gnu.org/software/cgicc/ arch = i686 arch = x86_64 license = LGPL3 makedepends = doxygen - options = staticlibs source = https://ftp.gnu.org/gnu/cgicc/cgicc-3.2.16.tar.gz + source = fix_pc_file.patch sha256sums = 9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa + sha256sums = 5a0b29ce1028cba8d7cc7d52244077c030ed8f447e169a7afa946b376150b35b pkgname = cgicc |