summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2024-03-16 09:37:54 +0100
committerMatheus2024-03-16 09:37:54 +0100
commitae18ed2a74265348a682f885f0545488a35f2eac (patch)
tree012bd9be3650c575fa970d9621fdd9485c0a164d
parent8f4f06d3e5e3e46fa3af240cd0aafbf93e910078 (diff)
downloadaur-ae18ed2a74265348a682f885f0545488a35f2eac.tar.gz
Dependency removed
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ae01a0cad5e..da68658da678 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = erpnext
makedepends = python-build
makedepends = python-installer
makedepends = python-virtualenv
- makedepends = tmux
depends = frappe-bench
depends = libmaxminddb
depends = mariadb
diff --git a/PKGBUILD b/PKGBUILD
index ec2c05a9fbe1..f60cb6cbeffd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=("x86_64")
url="https://github.com/frappe/${pkgname}"
license=("GPL-3.0-or-later")
depends=("frappe-bench" "libmaxminddb" "mariadb" "nodejs" "python" "python-pycups" "wkhtmltopdf")
-makedepends=("npm" "python-build" "python-installer" "python-virtualenv" "tmux")
+makedepends=("npm" "python-build" "python-installer" "python-virtualenv")
optdepends=("apache: HTTP server"
"certbot: Creates SSL certificates."
"nginx: HTTP server"