summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f56e024db7de..a43d9a0028bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = polkit-efl-git
pkgdesc = Polkit Authentication Agent using EFL
- pkgver = 0.1.r72.b814ee2
+ pkgver = 0.1.r84.db3f7f4
pkgrel = 1
url = http://www.enlightenment.org
arch = any
license = GPL3
+ license = LGPL: Icons
makedepends = git
depends = python-efl
depends = polkit
optdepends = python-psutil: For process details
- provides = polkit-efl=0.1.r72.b814ee2
+ provides = polkit-efl=0.1.r84.db3f7f4
conflicts = polkit-efl
conflicts = polkit-efl-authentication-agent-git
source = git://git.enlightenment.org/misc/polkit-efl.git
diff --git a/PKGBUILD b/PKGBUILD
index fab0210637c2..4c3cfb8e7a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=polkit-efl
pkgname=$_pkgname-git
-pkgver=0.1.r72.b814ee2
+pkgver=0.1.r84.db3f7f4
pkgrel=1
pkgdesc="Polkit Authentication Agent using EFL"
arch=('any')
url="http://www.enlightenment.org"
-license=('GPL3')
+license=('GPL3' 'LGPL: Icons')
depends=('python-efl' 'polkit')
makedepends=('git')
optdepends=('python-psutil: For process details')