summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen2019-12-13 12:10:15 +0100
committerBen2019-12-13 12:10:15 +0100
commit92e8f4dd9e30cc15e5b21dc67ddb4790062994d5 (patch)
tree01a33256bb2c797254755063fd2b3e9d8cf43154
parente297ef35e075cf96f9804ccbafa9f9c740b1519d (diff)
downloadaur-92e8f4dd9e30cc15e5b21dc67ddb4790062994d5.tar.gz
remove empty makedepends
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 011a4830ba56..a90f5377ace7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=pgmanage-bin
pkgver=11.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="pgManage - A fast alternative to PGAdmin"
arch=('i686' 'x86_64')
url="https://www.workflowproducts.com/services.html#software"
name=pgManage
license=("custom:${name}", 'custom:electron', 'custom:chromium')
depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
-makedepends=('')
source=("LICENSE.${name}.txt::https://raw.githubusercontent.com/${name}/${name}/master/LICENSE"
"${name}.sh")
source_i686=("${pkgname}-${pkgver}-i686.rpm::https://github.com/${name}/${name}/releases/download/v${pkgver}/${name}-${pkgver}.i686.rpm")