summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2020-07-31 23:44:35 +0800
committerSamLukeYes2020-07-31 23:44:35 +0800
commit9fb513a9900f895dcdeb5fdd47bacf43049940c2 (patch)
tree4d9d6516b615d806402fe0504581df0a749aa99d
parent7668562f8104507b62581e61ea36a23a3f87a800 (diff)
downloadaur-9fb513a9900f895dcdeb5fdd47bacf43049940c2.tar.gz
edit optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb3b79b503be..d208f5bf1e6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = iptsd-git
arch = x86_64
license = GPL2
makedepends = go
- optdepends = ipts-uapi-dkms: The kernel module required by this daemon. Alternatively, you can build this module within your kernel.
+ optdepends = ipts-uapi-dkms: The kernel module required by this daemon. Alternatively, you can use a kernel with this module built in.
provides = iptsd
conflicts = iptsd
source = git+https://github.com/linux-surface/iptsd.git
diff --git a/PKGBUILD b/PKGBUILD
index d8e7a63e19cb..e3b37cb46460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL2')
provides=(${_pkgname})
conflicts=(${_pkgname})
optdepends=("ipts-uapi-dkms: The kernel module required by this daemon. \
-Alternatively, you can build this module within your kernel.")
+Alternatively, you can use a kernel with this module built in.")
makedepends=('go')
source=("git+${url}.git")
sha256sums=('SKIP')