summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEwout van Mansom2023-04-24 13:54:41 +0200
committerEwout van Mansom2023-04-24 13:54:41 +0200
commitb10c6f3f58f34e9d20e17ee663c625a5b8544b32 (patch)
tree9da46d1109b41d99717c48c45cd9b618cb8fd3cc /PKGBUILD
parent570ac099f19d1a28970e563fe4f0f7eb87438b50 (diff)
downloadaur-b10c6f3f58f34e9d20e17ee663c625a5b8544b32.tar.gz
include license and add systemd-libs as dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 471a8ec34ce9..fbf6bc4bfc37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=libstumpless
_projname=stumpless
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='C logging library built for high performance and a rich feature set.'
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/goatshriek/stumpless'
-license=('LGPL3')
-depends=('glibc')
+license=('Apache')
+depends=('glibc' 'systemd-libs')
makedepends=('git' 'cmake')
checkdepends=('gtest')
provides=('libstumpless' 'libstumpless.so')