summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Terrien2015-12-19 16:55:29 -0800
committerKyle Terrien2015-12-19 16:55:29 -0800
commit1c3ed62c90aa6b5d75fb872a66fc8a047e181c8e (patch)
tree5768b26b55280e0fba0aa87c32e9414396b94d14 /PKGBUILD
parent96b8ff45b2473f995b7e2b18b06bf9541b2f9cb1 (diff)
downloadaur-python-pygame-hg.tar.gz
Updating provides/conflicts/replaces
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')