summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 19:19:42 -0500
committerSolomon Choina2021-02-20 19:19:42 -0500
commit34f5719d9e1050555462141b086de2c87207d6d1 (patch)
tree31565c8ae01836b017cd5027fa7f6a4a41babdd7 /PKGBUILD
parentd2190d230ea4a8abebc1b232afefd8a22f9a3f0c (diff)
downloadaur-switchboard-plug-parental-controls-git.tar.gz
fixing granite depends i think, also libhandy stuff
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d935acc0305..7617f61111ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-parental-controls-git
-pkgver=3.0.1.r38.gff4f66e
+pkgver=3.0.1.r51.gb67e1e1
pkgrel=1
pkgdesc='Switchboard Parental Controls Plug'
arch=('x86_64')
@@ -9,9 +9,9 @@ url='https://github.com/elementary/switchboard-plug-parental-controls'
license=('GPL3')
groups=('pantheon-unstable')
depends=('accountsservice' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee'
- 'polkit' 'libhandy'
+ 'polkit' 'libhandy-1.so'
'libgranite.so' 'libswitchboard-2.0.so')
-makedepends=('git' 'granite' 'meson' 'switchboard' 'vala')
+makedepends=('git' 'granite-git' 'meson' 'switchboard' 'vala' 'libhandy')
provides=('switchboard-plug-parental-controls')
conflicts=('switchboard-plug-parental-controls')
source=('git+https://github.com/elementary/switchboard-plug-parental-controls.git')