summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Schendel2022-09-12 08:38:12 +0200
committerChristian Schendel2022-09-12 08:38:12 +0200
commit24886fe48eb02751355fc1df44a529c8978e6762 (patch)
treeb7c9a2c132c51079f1f529c5a7b2a0a4015ddee9 /PKGBUILD
parent2d9a44282b4c4e5c99b35ffe7928a239271fe0f0 (diff)
downloadaur-24886fe48eb02751355fc1df44a529c8978e6762.tar.gz
add gobject-introspection as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca7713e7d064..541af7ba0fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Schendel (doppelhelix@gmail.com)
pkgname=gnome-shell-extension-pano-git
-pkgver=7.r0.gd3313ab
+pkgver=7.r2.g442d084
pkgrel=1
pkgdesc="Next-gen Clipboard Manager"
arch=('any')
@@ -10,7 +10,8 @@ install=${pkgname%-git}.install
license=('GPL')
groups=('gnome-shell-extensions')
depends=('gnome-shell>=42'
- 'libgda')
+ 'libgda'
+ 'gobject-introspection')
makedepends=('git'
'glib2'
'yarn'