summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372020-05-14 18:15:37 -0300
committerbtd13372020-05-14 18:15:37 -0300
commitc4ae2dc6a732bd81c82a68199998d51b09ead087 (patch)
tree07d7e8230b13beb1eb136d973c0ee5750b1ffd63 /PKGBUILD
parent3b82ac0e5e2850fa5a5a413fc7f5b9a996e98160 (diff)
downloadaur-c4ae2dc6a732bd81c82a68199998d51b09ead087.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b167a3e9cfa..22c6a3e67acb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Helder Bertoldo <helder.bertoldo@gmail.com>
-# Contributor:
+# Contributor: Paulo Queiroz <pvaqueiroz@gmail.com>
_gitname=proton
_author=raggesilver-proton
_pkg=("${_gitname}-ide")
pkgname=("${_pkg}-git")
pkgver=r182.e6b754e
-pkgrel=1
+pkgrel=2
pkgdesc="A new IDE made with Vala."
arch=('i686' 'x86_64')
url="https://gitlab.com/${_author}/${_gitname}"
license=('GPL3')
depends=('gtk3' 'granite' 'glib2' 'gtksourceview4' 'json-glib' 'libdazzle'
- 'marble-gtk' 'vte3-git')
+ 'marble-gtk' 'vte3')
optdepends=('')
makedepends=('git' 'meson' 'vala')
provides=("${_pkg}" "${pkgname}")