summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-12-10 11:15:39 -0500
committerSolomon Choina2020-12-10 11:15:39 -0500
commitf4b38293ec38419601e29c6b38a997485ee07b6e (patch)
tree6603405185aac046efd113be0d749c30796331e6
parent9f86bc5183a1e99fe86f03ef383ff4e9390b478b (diff)
downloadaur-f4b38293ec38419601e29c6b38a997485ee07b6e.tar.gz
adding libhandy
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d88f73b86110..8db8d97e9482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = switchboard-plug-user-accounts-git
pkgdesc = Switchboard User Accounts Plug
- pkgver = 2.3.1.r40.g492d5b0
+ pkgver = 2.3.2.r23.g156767a
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-useraccounts
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = switchboard-plug-user-accounts-git
depends = polkit
depends = libgranite.so
depends = libswitchboard-2.0.so
+ depends = libhandy
provides = switchboard-plug-user-accounts
conflicts = switchboard-plug-user-accounts
source = switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git
diff --git a/PKGBUILD b/PKGBUILD
index 3fb2f4ff0d75..835b95e4b6fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-user-accounts-git
-pkgver=2.3.1.r40.g492d5b0
+pkgver=2.3.2.r23.g156767a
pkgrel=1
pkgdesc='Switchboard User Accounts Plug'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
groups=('pantheon-unstable')
depends=('accountsservice' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc'
'gnome-desktop' 'gtk3' 'libgee' 'libpwquality' 'polkit'
- 'libgranite.so' 'libswitchboard-2.0.so')
+ 'libgranite.so' 'libswitchboard-2.0.so' 'libhandy')
makedepends=('git' 'gobject-introspection' 'granite' 'meson'
'switchboard' 'vala')
provides=('switchboard-plug-user-accounts')