summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 901871ea4c89..af710a2ee758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pygame-hg
pkgver=r3449.d61ea8eabd56
-pkgrel=1
+pkgrel=2
pkgdesc="Python game library"
arch=(i686 x86_64)
url="http://pygame.org/"
@@ -11,9 +11,8 @@ license=('LGPL')
depends=('python' 'libjpeg-turbo' 'sdl_ttf'
'sdl_image' 'sdl_mixer' 'portmidi')
makedepends=('mercurial' 'python-setuptools')
-provides=('python3-pygame' 'python3-pygame-svn')
-conflicts=('python3-pygame' 'python3-pygame-svn')
-replaces=('python3-pygame-svn')
+provides=('python-pygame')
+conflicts=('python-pygame')
source=("$pkgname::hg+https://bitbucket.org/pygame/pygame")
md5sums=('SKIP')