summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-10-21 20:00:47 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-10-21 20:00:47 +0200
commit100d3fb22699b18084d1edb41f96c1f4db8ebf35 (patch)
tree4e1abaa55e9549d1865c7055831acf859da79027
parentc449d24b099f39cb50f879da51ab2e45d884d3ca (diff)
pyanidb-git: Remove provides, add conflicts with pyanidb.
-rw-r--r--pyanidb-git/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyanidb-git/PKGBUILD b/pyanidb-git/PKGBUILD
index 619b22d..42d09a7 100644
--- a/pyanidb-git/PKGBUILD
+++ b/pyanidb-git/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Jon Bergli Heier <snakebite@jvnv.net>
pkgname=pyanidb-git
-pkgver=20100911
+pkgver=20101021
pkgrel=1
pkgdesc="PyAniDB is a client for AniDB's UDP API."
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('python')
optdepends=('pyxattr')
makedepends=('git')
-provides=('pyanidb')
+conflicts=('pyanidb')
_gitroot="git://git.jvnv.net/pyanidb"
_gitname="pyanidb"