summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2021-05-30 18:13:34 -0600
committerLuis Pérez2021-05-30 18:13:34 -0600
commite0bae63e0b480492d401b777af2209cb8059b9f6 (patch)
tree65a14ae61c4fb72cad0fcd287cc606495428ee61
parent949dc26ddf2f6b759c6d05c3f99d8ab41b5f82c4 (diff)
downloadaur-e0bae63e0b480492d401b777af2209cb8059b9f6.tar.gz
fixing dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 494e05e764c5..c63a57e78a0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = advanced-rest-client
pkgdesc = A developer tool to test a HTTP request. The Advanced REST Client desktop application.
pkgver = 16.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/advanced-rest-client/arc-electron
install = advanced-rest-client.install
arch = x86_64
license = Apache
- depends = gconf
depends = libnotify
depends = libappindicator-gtk3
depends = libxtst
diff --git a/PKGBUILD b/PKGBUILD
index 63e3a05e2272..93aafc93e4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=advanced-rest-client
pkgver=16.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A developer tool to test a HTTP request. The Advanced REST Client desktop application.'
arch=('x86_64')
url='https://github.com/advanced-rest-client/arc-electron'
license=('Apache')
options=('!strip')
depends=(
- 'gconf'
'libnotify'
'libappindicator-gtk3'
'libxtst'