summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2019-08-17 17:37:42 +0200
committerMaxime Gauduin2019-08-17 17:37:42 +0200
commit9f4c8e59e90c0b25497e20cf04cab19b3beef018 (patch)
tree145864b630a4d2c3d1623a3163ff58e9c1904851
parent2fda73e1bbe1332fa402b3757947c4f195dd13d5 (diff)
downloadaur-9f4c8e59e90c0b25497e20cf04cab19b3beef018.tar.gz
update polkit agent
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD32
2 files changed, 24 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f7ab692693..da737e61657e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri May 25 18:24:04 UTC 2018
pkgbase = pantheon-polkit-agent-git
pkgdesc = Pantheon Polkit Agent
pkgver = 0.1.4.r19.9d023ae
@@ -9,12 +7,14 @@ pkgbase = pantheon-polkit-agent-git
groups = pantheon-unstable
license = GPL3
makedepends = git
+ makedepends = granite-git
makedepends = intltool
makedepends = meson
makedepends = vala
depends = glib2
depends = glibc
depends = gtk3
+ depends = libgranite.so
depends = polkit
provides = pantheon-polkit-agent
conflicts = pantheon-polkit-agent
diff --git a/PKGBUILD b/PKGBUILD
index 3af9505a6cee..cb03cfeba4df 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,28 @@ pkgname=pantheon-polkit-agent-git
pkgver=0.1.4.r19.9d023ae
pkgrel=1
pkgdesc='Pantheon Polkit Agent'
-arch=('x86_64')
-url='https://github.com/elementary/pantheon-agent-polkit'
-license=('GPL3')
-groups=('pantheon-unstable')
-depends=('glib2' 'glibc' 'gtk3' 'polkit')
-makedepends=('git' 'intltool' 'meson' 'vala')
-provides=('pantheon-polkit-agent')
-conflicts=('pantheon-polkit-agent')
-source=('pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git')
-sha256sums=('SKIP')
+arch=(x86_64)
+url=https://github.com/elementary/pantheon-agent-polkit
+license=(GPL3)
+groups=(pantheon-unstable)
+depends=(
+ glib2
+ glibc
+ gtk3
+ libgranite.so
+ polkit
+)
+makedepends=(
+ git
+ granite-git
+ intltool
+ meson
+ vala
+)
+provides=(pantheon-polkit-agent)
+conflicts=(pantheon-polkit-agent)
+source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git)
+sha256sums=(SKIP)
pkgver() {
cd pantheon-polkit-agent