summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-10-23 17:43:43 +0200
committerMichal Wojdyla2021-10-23 17:43:43 +0200
commitada0d8183b374749808cffbf661bbc4925d61ea2 (patch)
tree8344ee619744d94e1040deb083140979c3020cf2
parent9df8656cc87eef0c974b3e57fdc661ff3b546044 (diff)
downloadaur-python-prawoauth2.tar.gz
its python, not python2
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91f3de7b8f56..b7e63e22f00e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ md5sums=('d93d3a1ef16ac90e36f806123f38f0ff')
build() {
cd "prawoauth2-${pkgver}"
- python2 setup.py build
+ python setup.py build
}
package() {