summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2021-01-15 15:53:10 +0800
committerQiu Wenbo2021-01-15 15:53:10 +0800
commitb778fb85bde3aa08f7fc26e7f33a7d035a986ee4 (patch)
treeb2038689c83e6e9b86f7dcffc659f7f392e5f4a3
parent43d4e8bd1682729992452e47b08730fe639d1d1c (diff)
downloadaur-b778fb85bde3aa08f7fc26e7f33a7d035a986ee4.tar.gz
remove pkgconf from makedepends since it is included in base-devel
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7da89fe83f84..9f8fa2947965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = libselinux-static
arch = x86_64
groups = selinux
license = custom
- makedepends = pkgconf
depends = libsepol>=3.1
depends = pcre-static
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 1d651063a113..b1b32518587c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://github.com/SELinuxProject/selinux'
license=('custom')
groups=('selinux')
-makedepends=('pkgconf')
+makedepends=()
depends=('libsepol>=3.1' 'pcre-static')
options=(staticlibs)
source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${_pkgname}-${pkgver}.tar.gz")