summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d81d761eedd..9b9be6b4b3d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = polkit-efl-authentication-agent-git
+pkgbase = polkit-efl-git
pkgdesc = Polkit Authentication Agent using EFL
- pkgver = 0.1.r71.d990ed0
+ pkgver = 0.1.r72.b814ee2
pkgrel = 1
url = http://www.enlightenment.org
arch = any
@@ -8,10 +8,11 @@ pkgbase = polkit-efl-authentication-agent-git
makedepends = git
depends = python-efl
depends = polkit
- provides = polkit-efl-authentication-agent=0.1.r71.d990ed0
- conflicts = polkit-efl-authentication-agent
- source = git://git.enlightenment.org/devs/kuuko/polkit-efl-authentication-agent.git
+ provides = polkit-efl=0.1.r72.b814ee2
+ conflicts = polkit-efl
+ conflicts = polkit-efl-authentication-agent-git
+ source = git://git.enlightenment.org/misc/polkit-efl.git
sha256sums = SKIP
-pkgname = polkit-efl-authentication-agent-git
+pkgname = polkit-efl-git
diff --git a/PKGBUILD b/PKGBUILD
index b6c3df933f77..2324bc4ad8e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Doug Newgard <scimmia at archlinux dot info>
-_pkgname=polkit-efl-authentication-agent
+_pkgname=polkit-efl
pkgname=$_pkgname-git
-pkgver=0.1.r71.d990ed0
+pkgver=0.1.r72.b814ee2
pkgrel=1
pkgdesc="Polkit Authentication Agent using EFL"
arch=('any')
@@ -11,8 +11,8 @@ license=('GPL3')
depends=('python-efl' 'polkit')
makedepends=('git')
provides=("$_pkgname=$pkgver")
-conflicts=("$_pkgname")
-source=("git://git.enlightenment.org/devs/kuuko/$_pkgname.git")
+conflicts=("$_pkgname" "polkit-efl-authentication-agent-git")
+source=("git://git.enlightenment.org/misc/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {