summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2018-02-14 00:05:55 +0100
committerMaxime Gauduin2018-02-14 00:05:55 +0100
commitb333059a516a9154efc0a16dfab7a960afd7442b (patch)
tree54b8eab85d8efe0395960eeecbf79fc9acd42de6 /PKGBUILD
parent705522290e11811d4cea3fae31b19a3b5f49e345 (diff)
downloadaur-b333059a516a9154efc0a16dfab7a960afd7442b.tar.gz
Fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17e0bb989912..456224aaa86a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-security-privacy-git
-pkgver=r459.bf411fc
+pkgver=r542.f49c046
pkgrel=1
pkgdesc='Switchboard Security & Privacy Plug'
arch=('x86_64')
url='https://launchpad.net/switchboard-plug-security-privacy'
license=('GPL3')
depends=('glib2' 'glibc' 'gtk3' 'libgee' 'light-locker'
- 'pantheon-dpms-helper-bzr' 'polkit' 'ufw' 'zeitgeist'
+ 'pantheon-dpms-helper-git' 'polkit' 'ufw' 'zeitgeist'
'libgranite.so' 'libswitchboard-2.0.so')
makedepends=('cmake' 'git' 'granite-git' 'switchboard-git' 'vala')
provides=('switchboard-plug-security-privacy')