summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36e6338636e3..fbedd0348e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-sqlparse-0_3_0
_pkgname=python-sqlparse
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A non-validating SQL parser module for Python"
url="https://github.com/andialbrecht/sqlparse"
arch=(any)
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('python-distribute')
source=($_pkgname-$pkgver.zip::https://github.com/andialbrecht/sqlparse/archive/$pkgver.zip)
provides=('python-sqlparse')
-conflicts=('python-sqlparse' 'pyton-sqlparse-git')
+conflicts=('python-sqlparse' 'python-sqlparse-git')
md5sums=('44e66ecc480fd4ac1309346c98e28e5b')
package() {