summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372020-05-14 18:10:33 -0300
committerbtd13372020-05-14 18:10:33 -0300
commit3b82ac0e5e2850fa5a5a413fc7f5b9a996e98160 (patch)
treec062f0f8f75015b6e514fbf7a7a99e28b5e92531 /PKGBUILD
parentaf5d26d11b914d959f2f5ae83ae617b20c3e37d3 (diff)
downloadaur-3b82ac0e5e2850fa5a5a413fc7f5b9a996e98160.tar.gz
Fix marble dependencie and update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7a3e2b46238..9b167a3e9cfa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,20 @@
_gitname=proton
_author=raggesilver-proton
-pkgname=("${_gitname}-ide-git")
-pkgver=r126.ca6ae32
+_pkg=("${_gitname}-ide")
+pkgname=("${_pkg}-git")
+pkgver=r182.e6b754e
pkgrel=1
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' 'vte3-git')
+ 'marble-gtk' 'vte3-git')
optdepends=('')
makedepends=('git' 'meson' 'vala')
-provides=("${_gitname}-ide")
-conflicts=("${_gitname}-ide")
+provides=("${_pkg}" "${pkgname}")
+conflicts=("${_pkg}")
source=("git+${url}.git")
md5sums=('SKIP')