summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 19:11:19 -0500
committerSolomon Choina2021-02-20 19:11:19 -0500
commitcb4bcb53f5fd501901690dac7df1d29ec1ebf271 (patch)
treec50702b31f687079d9f1cd7d69256fbcff7777d5
parent544ad371f91e2adc7fffc3b989906f8014fc158d (diff)
downloadaur-switchboard-plug-a11y-git.tar.gz
fixing granite depends i think
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e1bd6ee91e6..6363d6d5f3e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = switchboard-plug-a11y-git
pkgdesc = Switchboard Universal Access Plug
- pkgver = 2.2.0.r9.gc0ac8e6
+ pkgver = 2.2.0.r52.gbd7505e
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-a11y
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite
+ makedepends = granite-git
makedepends = meson
makedepends = switchboard
makedepends = vala
@@ -23,4 +23,3 @@ pkgbase = switchboard-plug-a11y-git
sha256sums = SKIP
pkgname = switchboard-plug-a11y-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fd87883617ed..732fba8b5ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-a11y-git
-pkgver=2.2.0.r9.gc0ac8e6
+pkgver=2.2.0.r52.gbd7505e
pkgrel=1
pkgdesc='Switchboard Universal Access Plug'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
groups=('pantheon-unstable')
depends=('glib2' 'glibc' 'gtk3' 'libgee'
'libgranite.so' 'libswitchboard-2.0.so')
-makedepends=('git' 'granite' 'meson' 'switchboard' 'vala')
+makedepends=('git' 'granite-git' 'meson' 'switchboard' 'vala')
provides=('switchboard-plug-a11y')
conflicts=('switchboard-plug-a11y')
source=('git+https://github.com/elementary/switchboard-plug-a11y.git')