summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2022-10-27 18:34:16 +0330
committerLancia2022-10-27 18:34:16 +0330
commitbe2dc58bdb6d0d9b8223a4b790c72cbde329429e (patch)
tree65464f316d77dc6e5656271bc794e41c3218e059
parent208869474f60e23746e2bb00aec42f7bc95653ba (diff)
downloadaur-be2dc58bdb6d0d9b8223a4b790c72cbde329429e.tar.gz
"make" not needed for makedepends()
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a52f61ceaf9f..79bb2dfc5de3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = herbe
url = https://github.com/dudik/herbe
arch = x86_64
license = MIT
- makedepends = make
depends = libx11
depends = libxft
conflicts = herbe
diff --git a/PKGBUILD b/PKGBUILD
index 1bfc20e8974e..0c5242823428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('x86_64')
url='https://github.com/dudik/herbe'
license=('MIT')
depends=('libx11' 'libxft')
-makedepends=('make')
conflicts=('herbe' 'herbe-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dudik/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('78e454159050c86e030fb5a6cf997ac914345210cdf5a4ca4d7600c5296b7f76')