diff options
author | Solomon Choina | 2021-02-20 23:30:48 -0500 |
---|---|---|
committer | Solomon Choina | 2021-02-20 23:30:48 -0500 |
commit | e5e277f1f7eea8087e519a88ac144217afc64938 (patch) | |
tree | 407cf34da9a845c1f5e6cb6ab5cae4a7c9d0eb2d /PKGBUILD | |
parent | a3e61a4e803afb7bf865141fdbbb68e38b5b3e04 (diff) | |
download | aur-pantheon-shortcut-overlay-git.tar.gz |
fixing granite depends i think and whatever
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <alucryd@archlinux.org> pkgname=pantheon-shortcut-overlay-git -pkgver=1.1.2.r8.gb5194c7 +pkgver=1.1.2.r36.g8e3ba1f pkgrel=1 pkgdesc='A native, OS-wide shortcut overlay' arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL3') groups=('pantheon-unstable') depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libgranite.so') -makedepends=('git' 'granite' 'meson' 'vala') +makedepends=('git' 'granite-git' 'meson' 'vala') provides=('pantheon-shortcut-overlay') conflicts=('pantheon-shortcut-overlay') source=('pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git') |