summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2018-02-14 00:05:55 +0100
committerMaxime Gauduin2018-02-14 00:05:55 +0100
commitb333059a516a9154efc0a16dfab7a960afd7442b (patch)
tree54b8eab85d8efe0395960eeecbf79fc9acd42de6
parent705522290e11811d4cea3fae31b19a3b5f49e345 (diff)
downloadaur-b333059a516a9154efc0a16dfab7a960afd7442b.tar.gz
Fix depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dea5900e011..64562fbf8e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu May 25 13:44:35 UTC 2017
+# Tue Feb 13 23:05:55 UTC 2018
pkgbase = switchboard-plug-security-privacy-git
pkgdesc = Switchboard Security & Privacy Plug
- pkgver = r459.bf411fc
+ pkgver = r542.f49c046
pkgrel = 1
url = https://launchpad.net/switchboard-plug-security-privacy
- arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
@@ -18,7 +17,7 @@ pkgbase = switchboard-plug-security-privacy-git
depends = gtk3
depends = libgee
depends = light-locker
- depends = pantheon-dpms-helper-bzr
+ depends = pantheon-dpms-helper-git
depends = polkit
depends = ufw
depends = zeitgeist
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')