summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-08-31 12:02:43 +0200
committerwillemw122015-08-31 12:02:43 +0200
commit790232a607538f4ee07449d94250e5e9f1da9ab3 (patch)
tree78e5b998425741a23e19cc656d8b5c45169b7b98
parent69dcc41b1fb5da2205111fc6986e54bf082b9606 (diff)
downloadaur-790232a607538f4ee07449d94250e5e9f1da9ab3.tar.gz
Remove indirect dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bc0cbf2cb5a..a1c732fe179f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = urssus
pkgdesc = Multiplatform PyQt-based RSS news aggregator
pkgver = 0.2.13
- pkgrel = 12
+ pkgrel = 13
url = http://urssus.googlecode.com/
install = urssus.install
arch = any
@@ -11,7 +11,6 @@ pkgbase = urssus
makedepends = python2-setuptools
depends = desktop-file-utils
depends = gtk-update-icon-cache
- depends = python2-sqlalchemy
depends = python2-elixir
depends = python2-processing
depends = python2-pyqt
diff --git a/PKGBUILD b/PKGBUILD
index 09d9c10715cf..52a29bf58890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=uRSSus
pkgname=urssus
pkgver=0.2.13
-pkgrel=12
+pkgrel=13
pkgdesc="Multiplatform PyQt-based RSS news aggregator"
arch=('any')
url="http://urssus.googlecode.com/"
license=('GPL2' 'LGPL2')
-depends=('desktop-file-utils' 'gtk-update-icon-cache' 'python2-sqlalchemy'
- 'python2-elixir' 'python2-processing' 'python2-pyqt' 'python2-simplejson')
+depends=('desktop-file-utils' 'gtk-update-icon-cache' 'python2-elixir'
+ 'python2-processing' 'python2-pyqt' 'python2-simplejson')
makedepends=('desktop-file-utils' 'python2-setuptools') # 'python2-paver'
install=$pkgname.install
source=(http://pypi.python.org/packages/source/u/$_pkgname/$_pkgname-$pkgver.tar.gz)