summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122016-08-31 18:26:21 +0200
committerwillemw122016-08-31 18:26:21 +0200
commit77dacf65435326932a58bf18f5f4c6e3bb0e72b5 (patch)
treeafd551df10d1aa471b4c011e2d83eea2075eb8c7
parentc332160b6f858572d928b109b2301d10fe3b2048 (diff)
downloadaur-77dacf65435326932a58bf18f5f4c6e3bb0e72b5.tar.gz
Fix 'url'. Remove Python 2 library ('tvdb_api') from 'provides' and 'conflicts'.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f06fa01b5ddb..39c5370e02ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,16 +2,14 @@ pkgbase = python-tvdb_api-git
pkgdesc = Easy to use interface to thetvdb.com
pkgver = 1.9.r25.g8f34a0d
pkgrel = 1
- url = https://github.com/8cylinder/tv-overlord
+ url = https://github.com/dbr/tvdb_api
arch = any
license = GPL
makedepends = git
makedepends = python-setuptools
depends = python-requests-cache
provides = python-tvdb_api
- provides = tvdb_api
conflicts = python-tvdb_api
- conflicts = tvdb_api
source = python-tvdb_api::git://github.com/dbr/tvdb_api.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 38d722b0c15c..993f526f10e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ pkgver=1.9.r25.g8f34a0d
pkgrel=1
pkgdesc="Easy to use interface to thetvdb.com"
arch=('any')
-url="https://github.com/8cylinder/tv-overlord"
+url="https://github.com/dbr/tvdb_api"
license=('GPL')
depends=('python-requests-cache')
makedepends=('git' 'python-setuptools')
-provides=($_pkgname 'tvdb_api')
-conflicts=($_pkgname 'tvdb_api')
+provides=($_pkgname)
+conflicts=($_pkgname)
source=($_pkgname::git://github.com/dbr/tvdb_api.git)
md5sums=('SKIP')