summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYunchuan "Winslow" Hu2024-01-12 13:48:38 -0800
committerYunchuan "Winslow" Hu2024-01-12 13:48:38 -0800
commit4dea371d6c8a43c490bef00b6332d0949a44b57f (patch)
tree6e166ca9cef3854adeb4977971972e0ae9c31ace /PKGBUILD
parent7c279fe0abd73a7f66fe19a4ff201d66fdeab788 (diff)
downloadaur-4dea371d6c8a43c490bef00b6332d0949a44b57f.tar.gz
For now, do not split dependency of two packages to avoid confusing AUR helper, this package should and will later be splitted into two separate packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a0d44d26989..d4e7dd7bcf5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
pkgbase=setroubleshoot-git
pkgname=(setroubleshoot-git setroubleshoot-server-git)
pkgver=3.3.32.r3.g502d06c
-pkgrel=3
+pkgrel=4
pkgdesc="Provides tools to help diagnose SELinux problems"
groups=('selinux')
arch=('x86_64' 'aarch64')
@@ -24,6 +24,7 @@ url='https://gitlab.com/setroubleshoot'
license=('GPL2')
conflicts=("setroubleshoot")
provides=("setroubleshoot-git" "setroubleshoot-server-git")
+
makedepends=('audit' 'dbus' 'desktop-file-utils' 'gtk3' 'libnotify' 'libreport'
'policycoreutils' 'polkit' 'python-gobject' 'python-pydbus'
'python-slip' 'python-systemd' 'xdg-utils' 'python-dasbus')
@@ -103,9 +104,6 @@ package_setroubleshoot-git() {
package_setroubleshoot-server-git() {
pkgdesc="SELinux troubleshoot server"
- depends=('audit' 'dbus' 'desktop-file-utils' 'gtk3' 'libnotify' 'libreport'
- 'policycoreutils' 'polkit' 'python-gobject' 'python-pydbus'
- 'python-slip' 'python-systemd' 'xdg-utils')
cd "${pkgbase}"
install -m644 -D "src/sedispatch.conf" "${pkgdir}/etc/audit/plugins.d/sedispatch.conf"
install -m755 -D "src/sealert" "${pkgdir}/usr/bin/sealert"