summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Rümpelein2015-10-02 16:14:31 +0200
committerOliver Rümpelein2015-10-02 16:14:31 +0200
commit2d0d2cfb55b58ab8882c915f81cde6762e128a02 (patch)
treefb9ee8adaef8bd2c0944d7d645346e94c7c0e71d
parent5ad1ffe54eab22f1f010fea31f423d3e7b388b38 (diff)
downloadaur-2d0d2cfb55b58ab8882c915f81cde6762e128a02.tar.gz
Version Bump for python3.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db806bcc355f..914fbef8df87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pytest-pep8
pkgdesc = pytest plugin to check PEP8 requirements.
pkgver = 1.0.6
- pkgrel = 2
+ pkgrel = 3
url = https://bitbucket.org/pytest-dev/pytest-pep8
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9d5aaf03bc4f..753dd79a70e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-pytest-pep8
_pypiname=pytest-pep8
pkgver=1.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="pytest plugin to check PEP8 requirements."
arch=('any')
url="https://bitbucket.org/pytest-dev/pytest-pep8"
@@ -26,6 +26,6 @@ build() {
package() {
cd "$srcdir/$_pypiname-$pkgver"
- python setup.py install --root="$pkgdir"/ --prefix="/usr"
+ python setup.py install --root="$pkgdir"/ --prefix="/usr" --optimize=1
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}