summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 23:38:17 -0500
committerSolomon Choina2021-02-20 23:38:17 -0500
commit8ebb6f9f6ef8ed2c712acdcfa3374f718ebd326c (patch)
tree00d61a5f45970b49f7733f96587ebb645cca6012
parentf4b38293ec38419601e29c6b38a997485ee07b6e (diff)
downloadaur-switchboard-plug-user-accounts-git.tar.gz
fixing granite depends i think and whatever
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8db8d97e9482..68e4ed75b5bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = switchboard-plug-user-accounts-git
pkgdesc = Switchboard User Accounts Plug
- pkgver = 2.3.2.r23.g156767a
+ pkgver = 2.3.2.r35.ge4cafb3
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-useraccounts
arch = x86_64
@@ -8,8 +8,9 @@ pkgbase = switchboard-plug-user-accounts-git
license = GPL3
makedepends = git
makedepends = gobject-introspection
- makedepends = granite
+ makedepends = granite-git
makedepends = meson
+ makedepends = libhandy
makedepends = switchboard
makedepends = vala
depends = accountsservice
@@ -24,11 +25,10 @@ pkgbase = switchboard-plug-user-accounts-git
depends = polkit
depends = libgranite.so
depends = libswitchboard-2.0.so
- depends = libhandy
+ depends = libhandy-1.so
provides = switchboard-plug-user-accounts
conflicts = switchboard-plug-user-accounts
source = switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git
sha256sums = SKIP
pkgname = switchboard-plug-user-accounts-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 835b95e4b6fb..e58320873151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-user-accounts-git
-pkgver=2.3.2.r23.g156767a
+pkgver=2.3.2.r35.ge4cafb3
pkgrel=1
pkgdesc='Switchboard User Accounts Plug'
arch=('x86_64')
@@ -10,8 +10,8 @@ license=('GPL3')
groups=('pantheon-unstable')
depends=('accountsservice' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc'
'gnome-desktop' 'gtk3' 'libgee' 'libpwquality' 'polkit'
- 'libgranite.so' 'libswitchboard-2.0.so' 'libhandy')
-makedepends=('git' 'gobject-introspection' 'granite' 'meson'
+ 'libgranite.so' 'libswitchboard-2.0.so' 'libhandy-1.so')
+makedepends=('git' 'gobject-introspection' 'granite-git' 'meson' 'libhandy'
'switchboard' 'vala')
provides=('switchboard-plug-user-accounts')
conflicts=('switchboard-plug-user-accounts')