summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-04-17 18:47:32 +0800
committerChocobo12019-04-17 18:47:32 +0800
commitf4f3a5b5582706525222fef29463eac13fdfede5 (patch)
tree2a5bb560e11cc97bf3e970e99facbc3e11049ded
parent88b7c9c31d515ae690fcab4216ea311a0d026321 (diff)
downloadaur-f4f3a5b5582706525222fef29463eac13fdfede5.tar.gz
upgpkg: codespell-git 1.14.0.r258.g3743efc1-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34bfb87dbad1..2140eb11f6f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = codespell-git
pkgdesc = Tool for fixing common misspellings in text files
- pkgver = 1.14.0.r13.g85670dc
+ pkgver = 1.14.0.r258.g3743efc1
pkgrel = 1
url = https://github.com/codespell-project/codespell
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 80b9b9d77ed8..e90f015a710d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=codespell-git
-pkgver=1.14.0.r13.g85670dc
+pkgver=1.14.0.r258.g3743efc1
pkgrel=1
pkgdesc="Tool for fixing common misspellings in text files"
arch=('any')
@@ -25,12 +25,14 @@ pkgver() {
build() {
cd "codespell"
- python setup.py build
+ python "setup.py" build
make
}
package() {
cd "codespell"
- python setup.py install --root="$pkgdir" --optimize=1
+ python "setup.py" install \
+ --optimize 1 \
+ --root "$pkgdir"
}