summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2022-08-15 11:08:53 +0200
committerDušan Simić2022-08-15 11:08:53 +0200
commitb42a47c17a2f9a3d4e07a9e1c23132f6a9bb69fe (patch)
tree80c813f7a61e758ad543f0f46bafe6e87eee75a4
parentcfebd81b19fd2ab3825e1b2c14c841350501dbd9 (diff)
downloadaur-b42a47c17a2f9a3d4e07a9e1c23132f6a9bb69fe.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f27dec46ea5..fa135a4fbdcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,20 @@
pkgbase = cambalache
pkgdesc = A new RAD tool for Gtk 4 and 3
pkgver = 0.10.3
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.gnome.org/jpu/cambalache
arch = x86_64
license = LGPL2.1
makedepends = meson
depends = gtk3
+ depends = gtk4
depends = webkit2gtk
depends = glib2
depends = python-lxml
depends = python-gobject
- optdepends = gtk4: gtk4 workspace
+ depends = libadwaita
+ depends = libhandy
+ depends = gobject-introspection
source = https://gitlab.gnome.org/jpu/cambalache/-/archive/0.10.3/cambalache-0.10.3.tar.gz
sha512sums = 968fd12af1ab62a4b99333169aaec65543659297e39d251d3da03bec7119b164750ab7fadc90c209d7953a7601c365619c57dfc922a7fde32083f74d92464084
diff --git a/PKGBUILD b/PKGBUILD
index 330d6641a10f..fe86d8f02ae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=cambalache
pkgver=0.10.3
-pkgrel=2
+pkgrel=3
pkgdesc='A new RAD tool for Gtk 4 and 3'
arch=(x86_64)
url=https://gitlab.gnome.org/jpu/cambalache
license=(LGPL2.1)
-depends=(gtk3 webkit2gtk glib2 python-lxml python-gobject)
+depends=(gtk3 gtk4 webkit2gtk glib2 python-lxml python-gobject libadwaita libhandy gobject-introspection)
makedepends=(meson)
-optdepends=('gtk4: gtk4 workspace')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('968fd12af1ab62a4b99333169aaec65543659297e39d251d3da03bec7119b164750ab7fadc90c209d7953a7601c365619c57dfc922a7fde32083f74d92464084')