summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-03-05 16:37:43 -0600
committerDoug Newgard2014-03-05 16:37:43 -0600
commit8ea5083d4e5679dd327ebf5994eec145d1ffa6ff (patch)
tree50483a5de1777aa02cc059b913db0b0f3c7d1f50
parent29b42c80d397da2a37c4615f240857c40f45d5ae (diff)
downloadaur-8ea5083d4e5679dd327ebf5994eec145d1ffa6ff.tar.gz
Upstream update and remove old provides & conflicts
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba40d83a93f9..8f1f9dc20526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl
pkgdesc = python bindings for the Enlightenment Foundataion Libraries
- pkgver = 1.8.1
+ pkgver = 1.9.0
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -9,20 +9,8 @@ pkgbase = python-efl
license = GPL3
depends = elementary
depends = python-dbus
- 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
+ source = http://download.enlightenment.org/rel/bindings/python/python-efl-1.9.0.tar.bz2
+ sha1sums = 377eb29fd291aa499b6560851b34c8bd90ae8ad8
pkgname = python-efl
diff --git a/PKGBUILD b/PKGBUILD
index d805e49caec7..560095926310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,15 @@
_python=python
pkgname=$_python-efl
_pkgname=python-efl
-pkgver=1.8.1
+pkgver=1.9.0
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")
-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')
+sha1sums=('377eb29fd291aa499b6560851b34c8bd90ae8ad8')
build() {
cd "$srcdir/$_pkgname-$pkgver"