summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-01-19 10:25:13 -0600
committerDoug Newgard2014-01-19 10:25:13 -0600
commit29b42c80d397da2a37c4615f240857c40f45d5ae (patch)
tree57e46f4ebe143c9bc37dc1fc5b27feec452ff716
parentbe7bab84f673aed920934eca446b044d65a84648 (diff)
downloadaur-29b42c80d397da2a37c4615f240857c40f45d5ae.tar.gz
Upstream update and add provides/conflicts
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 20 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c66ba3f7020..ba40d83a93f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl
pkgdesc = python bindings for the Enlightenment Foundataion Libraries
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -9,8 +9,20 @@ pkgbase = python-efl
license = GPL3
depends = elementary
depends = python-dbus
- source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.0.tar.gz
- sha256sums = 8f883c325e30ee3eb2fa38822fa353a22207441b385f4e167cf9c1cf855638f7
+ provides = python-ecore
+ provides = python-edje
+ provides = python-elementary
+ provides = python-emotion
+ provides = python-evas
+ provides = python-e_dbus
+ conflicts = python-ecore
+ conflicts = python-edje
+ conflicts = python-elementary
+ conflicts = python-emotion
+ conflicts = python-evas
+ conflicts = python-e_dbus
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.8.1.tar.bz2
+ sha1sums = 82b34b9336d517537b2a4032dff9d1e2de8b8dd8
pkgname = python-efl
diff --git a/PKGBUILD b/PKGBUILD
index aa20ad0fff59..d805e49caec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,17 @@
_python=python
pkgname=$_python-efl
_pkgname=python-efl
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="$_python bindings for the Enlightenment Foundataion Libraries"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
license=('LGPL3' 'GPL3')
depends=('elementary' "$_python-dbus")
-source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.gz")
-sha256sums=('8f883c325e30ee3eb2fa38822fa353a22207441b385f4e167cf9c1cf855638f7')
+provides=("$_python-ecore" "$_python-edje" "$_python-elementary" "$_python-emotion" "$_python-evas" "$_python-e_dbus")
+conflicts=("$_python-ecore" "$_python-edje" "$_python-elementary" "$_python-emotion" "$_python-evas" "$_python-e_dbus")
+source=("http://download.enlightenment.org/rel/bindings/python/$_pkgname-$pkgver.tar.bz2")
+sha1sums=('82b34b9336d517537b2a4032dff9d1e2de8b8dd8')
build() {
cd "$srcdir/$_pkgname-$pkgver"