mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
remove unused git makedepend
This commit is contained in:
parent
81083a22e7
commit
7ee3aab1d7
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue