summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPrinceton Ferro2022-05-14 01:00:06 -0400
committerPrinceton Ferro2022-05-14 01:00:06 -0400
commit51c0a63bc8e38d6d45c9ab72e527013c05fed341 (patch)
tree2d7bf5f4f1034a5264b21a1c045c03e150c12bd0 /PKGBUILD
parent70653c608bb801f8db8c501ec1532acc857bc886 (diff)
downloadaur-51c0a63bc8e38d6d45c9ab72e527013c05fed341.tar.gz
update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e4b67eacfa5..59386af63733 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=cambalache-git
_pkgname=cambalache
-pkgver=0.7.0.r3.g33f3c44
+pkgver=0.8.1.r204.g2f601c6
pkgrel=1
pkgdesc='A new RAD tool for Gtk 4 and 3 with a clear MVC design and data model first philosophy'
url=https://gitlab.gnome.org/jpu/cambalache
arch=(any)
license=(LGPL)
-depends+=('python-gobject' 'glib2' 'gtk3' 'gtk4' 'python-lxml' 'webkit2gtk')
-makedepends+=(git 'meson>=0.50.0')
+depends+=('python-gobject' 'glib2' 'gtk3' 'python-lxml' 'webkit2gtk')
+optdepends=('gtk4')
+makedepends+=(git 'meson>=0.50.0' 'cmake')
conflicts=($_pkgname)
provides=($_pkgname=$pkgver)
source=('git+https://gitlab.gnome.org/jpu/cambalache.git')