summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 19:19:42 -0500
committerSolomon Choina2021-02-20 19:19:42 -0500
commit34f5719d9e1050555462141b086de2c87207d6d1 (patch)
tree31565c8ae01836b017cd5027fa7f6a4a41babdd7
parentd2190d230ea4a8abebc1b232afefd8a22f9a3f0c (diff)
downloadaur-switchboard-plug-parental-controls-git.tar.gz
fixing granite depends i think, also libhandy stuff
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18b9af1c3916..278beba26506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = switchboard-plug-parental-controls-git
pkgdesc = Switchboard Parental Controls Plug
- pkgver = 3.0.1.r21.g5d9f013
+ pkgver = 3.0.1.r38.gff4f66e
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-parental-controls
arch = x86_64
groups = pantheon-unstable
license = GPL3
makedepends = git
- makedepends = granite
+ makedepends = granite-git
makedepends = meson
makedepends = switchboard
makedepends = vala
+ makedepends = libhandy
depends = accountsservice
depends = gdk-pixbuf2
depends = glib2
@@ -18,7 +19,7 @@ pkgbase = switchboard-plug-parental-controls-git
depends = gtk3
depends = libgee
depends = polkit
- depends = libhandy
+ depends = libhandy-1.so
depends = libgranite.so
depends = libswitchboard-2.0.so
provides = switchboard-plug-parental-controls
@@ -27,4 +28,3 @@ pkgbase = switchboard-plug-parental-controls-git
sha256sums = SKIP
pkgname = switchboard-plug-parental-controls-git
-
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')