Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
Aur
Commits
09ceade5
Commit
09ceade5
authored
Sep 12, 2011
by
Marti Raudsepp
Browse files
pgadmin3-git: Add makedepends=postgresql (due to some header file dependencies)
parent
c787b475
Changes
1
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
09ceade5
...
...
@@ -5,14 +5,14 @@
# Contributor: bekks <eduard.warkentin@gmx.de>
pkgname
=
pgadmin3-git
pkgver
=
2011091
1
pkgver
=
2011091
2
pkgrel
=
1
pkgdesc
=
"A comprehensive design and management interface for PostgreSQL database"
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.pgadmin.org/"
license
=(
'custom:PostgreSQL'
)
depends
=(
'wxgtk'
'postgresql-libs'
'libxslt'
)
makedepends
=(
'libpqxx'
'git'
)
makedepends
=(
'libpqxx'
'postgresql'
'git'
)
provides
=(
'pgadmin3'
)
conflicts
=(
'pgadmin3'
'pgadmin3-svn'
'pgadmin3-testing'
)
source
=(
pgadmin3.desktop
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment