summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortkit2020-11-10 12:08:05 +0800
committertkit2020-11-10 12:08:05 +0800
commited67482e0ce180ff366e0bed842a25b5954de254 (patch)
tree77ad300606ea1dbdc56e129187b3048f0419039a
parente56bd39af9fb90503310728f3dd1c8d8c4a8f7d2 (diff)
downloadaur-getit.tar.gz
remove unnecessary build dependicies.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f52da77e7abf..00babc69e8b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = getit
pkgdesc = Application to send HTTP requests to test your API endpoints.
pkgver = 4.0.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bartkessels/GetIt
arch = any
license = GPL
makedepends = git
- makedepends = gcc
makedepends = meson
- makedepends = gettext
depends = webkit2gtk
depends = gtksourceview3
provides = getit
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=()