summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorl0gic2022-06-28 23:44:05 +0200
committerl0gic2022-06-28 23:44:05 +0200
commit7e51c9c09b7c03f7bb08b4bf5267a80f5e1801c3 (patch)
tree226d7e30f39f17c2bde9ccf403254484c83cf9d9 /PKGBUILD
parentaee5b906a43e8cc67b3da93c79e041f1c3963d8e (diff)
downloadaur-7e51c9c09b7c03f7bb08b4bf5267a80f5e1801c3.tar.gz
Fix build: add blueprint-compiler & gobject-introspection to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 269818ef0ca5..e25003b591c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
pkgname=identity
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Compare multiple versions of an image or video'
arch=(x86_64)
url=https://gitlab.gnome.org/YaLTeR/identity
license=(GPL3)
depends=(
- gtk4
gstreamer
libadwaita
)
makedepends=(
meson
rust
+ blueprint-compiler
+ gobject-introspection
)
source=(https://gitlab.gnome.org/YaLTeR/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz)
sha256sums=('f6769bcbda3cc099764a9960a0c7e4a40de0e6d8931b0b788b45021e7b42e5c7')