summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortkit2020-11-10 12:08:05 +0800
committertkit2020-11-10 12:08:05 +0800
commited67482e0ce180ff366e0bed842a25b5954de254 (patch)
tree77ad300606ea1dbdc56e129187b3048f0419039a /PKGBUILD
parente56bd39af9fb90503310728f3dd1c8d8c4a8f7d2 (diff)
downloadaur-getit.tar.gz
remove unnecessary build dependicies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4679b50f3f94..d91beb6828a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: HaoCheng <ch1994@outlook.com>
pkgname=getit
pkgver=4.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Application to send HTTP requests to test your API endpoints."
arch=('any')
url="https://github.com/bartkessels/GetIt"
license=('GPL')
groups=()
depends=('webkit2gtk' 'gtksourceview3')
-makedepends=('git' 'gcc' 'meson' 'gettext') # 'bzr', 'git', 'mercurial' or 'subversion'
+makedepends=('git' 'meson') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("${pkgname}")
conflicts=("${pkgname}")
replaces=()