remove unused git makedepend

This commit is contained in:
lzx3in 2025-10-16 19:15:43 +08:00
parent 81083a22e7
commit 7ee3aab1d7
No known key found for this signature in database
GPG key ID: F461F7AD82DD7A47
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ pkgbase = pgadmin4-server
url = https://www.pgadmin.org/
arch = x86_64
license = PostgreSQL
makedepends = git
makedepends = python
makedepends = python-pip
makedepends = postgresql-libs

View file

@ -8,7 +8,7 @@ arch=('x86_64')
license=('PostgreSQL')
url='https://www.pgadmin.org/'
depends=('postgresql-libs' 'krb5' 'python-dbus')
makedepends=("git" "python" "python-pip" "postgresql-libs" "gcc" "nodejs" "pkgconf" "cmake" "dbus" "npm" "wget" "unzip" "syft" "patch")
makedepends=("python" "python-pip" "postgresql-libs" "gcc" "nodejs" "pkgconf" "cmake" "dbus" "npm" "wget" "unzip" "syft" "patch")
provides=('pgadmin4-server')
source=("pgadmin4-${pkgver}.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/pgadmin4-${pkgver}.tar.gz")
sha256sums=('108e16272f82a87eb6483f401f54e46326da8c48e014ab2dd742640dc6f995f2')