summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b63bd5965123..978a4641b72d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,6 @@ pkgbase = snapd
install = snapd.install
arch = x86_64
license = GPL3
- checkdepends = python
- checkdepends = squashfs-tools
- checkdepends = indent
- checkdepends = shellcheck
makedepends = git
makedepends = go-pie
makedepends = go-tools
diff --git a/PKGBUILD b/PKGBUILD
index bd157362001c..4bc62fc85b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ arch=('x86_64')
url="https://github.com/snapcore/snapd"
license=('GPL3')
makedepends=('git' 'go-pie' 'go-tools' 'bzr' 'libcap' 'python-docutils' 'systemd' 'xfsprogs')
-checkdepends=('python' 'squashfs-tools' 'indent' 'shellcheck')
options=('!strip' 'emptydirs')
install=snapd.install
source=("git+https://github.com/snapcore/${pkgname}.git#tag=${pkgver}")