summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuijie Yu2020-10-26 12:08:10 -0400
committerRuijie Yu2020-10-26 12:08:10 -0400
commit58be4c7c961dc07eef5e7f1de28500f2c78e753e (patch)
tree6e8f9bd491f78b119293d645799f3bc90d532300
parent83570b9baa6af0b786e5a07b2503827ce0f52587 (diff)
downloadaur-58be4c7c961dc07eef5e7f1de28500f2c78e753e.tar.gz
removed tree from makedepends, which was unnecessary
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b3f8211635f..130e46b70370 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = bass-fish
url = https://github.com/edc/bass
arch = any
license = MIT
- checkdepends = tree
checkdepends = python
depends = fish
source = https://github.com/edc/bass/archive/v1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ae6ec66c3f8c..c662366ddd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-#
+# Maintainer Ruijie Yu <first DOT last@outlook DOT com>
pkgname=bass-fish
_pkgname=bass
pkgver=1.0
@@ -11,7 +11,6 @@ depends=(fish)
optdepends=()
makedepends=()
checkdepends=(
- tree
python
)
source=(