summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-12-10Merge branch 'master' of ssh://aur.archlinux.org/cbangPaul Hentschel (hpmachining)
2023-12-10Fixed check() function.Paul Hentschel (hpmachining)
2023-12-10Fixed check() function.Paul Hentschel (hpmachining)
2023-05-08Added patch to include <cstdint> in Bignum.hPaul Hentschel (hpmachining)
2023-04-16Updated to 1.8.0Paul Hentschel (hpmachining)
Updated to tag 1.8.0 to support CAMotics 1.3.0
2023-04-10Removed openssl supportPaul Hentschel (hpmachining)
There were openssl calls that are not available in openssl 3.0. Camotics doesn't need openssl support in cbang so I just removed it and patched the testing function to skip the openssl related tests.
2021-02-14Incremented pkgrelPaul Hentschel (hpmachining)
2021-02-14Fixed permission issue with libcbang.aPaul Hentschel (hpmachining)
2019-08-18Updated for python3.Paul Hentschel (hpmachining)
Scons was updated to use python3. Some files needed to be patched to build using python3.
2019-04-20Moved mariadb-libs from depends to optdepends.Paul Hentschel (hpmachining)
2019-03-06Removed uneeded variable.Paul Hentschel (hpmachining)
2019-02-24Changed dependancy from sqlite3 to sqlite.Paul Hentschel (hpmachining)
The sqlite 3 package in the official repository is called sqlite, not sqlite3.
2019-02-19Initial commit - cbang 1.3.1Paul Hentschel (hpmachining)