summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-12-10 11:07:40 -0500
committerSolomon Choina2020-12-10 11:07:40 -0500
commitd2190d230ea4a8abebc1b232afefd8a22f9a3f0c (patch)
treefe616e28095362cf210a20dab950f65af65d4f9f
parentb9ff3229c8ea7151f0e56e40de3020556953b419 (diff)
downloadaur-d2190d230ea4a8abebc1b232afefd8a22f9a3f0c.tar.gz
adding libhandy
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa374da33f35..18b9af1c3916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = switchboard-plug-parental-controls-git
depends = gtk3
depends = libgee
depends = polkit
+ depends = libhandy
depends = libgranite.so
depends = libswitchboard-2.0.so
provides = switchboard-plug-parental-controls
diff --git a/PKGBUILD b/PKGBUILD
index 2d181733a6ad..1d935acc0305 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.r21.g5d9f013
+pkgver=3.0.1.r38.gff4f66e
pkgrel=1
pkgdesc='Switchboard Parental Controls Plug'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/elementary/switchboard-plug-parental-controls'
license=('GPL3')
groups=('pantheon-unstable')
depends=('accountsservice' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'libgee'
- 'polkit'
+ 'polkit' 'libhandy'
'libgranite.so' 'libswitchboard-2.0.so')
makedepends=('git' 'granite' 'meson' 'switchboard' 'vala')
provides=('switchboard-plug-parental-controls')