summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven-Hendrik Haase2016-06-28 01:31:48 +0200
committerSven-Hendrik Haase2016-06-28 01:31:48 +0200
commit288f1b12c96581a85aab3804f4b49f9b5f3af18e (patch)
tree4ae413bd9b421bc2eb1f961b189d36b9338aef41 /PKGBUILD
parent39ce193820125a942720ff2141904622d4b5d6b0 (diff)
downloadaur-288f1b12c96581a85aab3804f4b49f9b5f3af18e.tar.gz
Simplify PKGBUILD and update upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05bbb49c05c8..b823d8f51ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
_pkgname=pep8-naming
-pkgname="python-${_pkgname}"
+pkgname=python-pep8-naming
pkgver=0.4.1
pkgrel=1
-pkgdesc="This module provides a name plugin for flake8, the Python code checker."
+pkgdesc="This module provides a name plugin for flake8, the Python code checker"
arch=('any')
-url="https://github.com/flintwork/${_pkgname}"
-conflicts=("${pkgname}")
+url="https://github.com/PyCQA/pep8-naming"
license=('MIT')
depends=('python')
makedepends=('python-setuptools')