[arch-commits] Commit in python-flask/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jun 29 00:28:13 UTC 2020


    Date: Monday, June 29, 2020 @ 00:28:07
  Author: svenstaro
Revision: 655787

Fix typo

Modified:
  python-flask/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 00:27:39 UTC (rev 655786)
+++ PKGBUILD	2020-06-29 00:28:07 UTC (rev 655787)
@@ -16,7 +16,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz")
 sha512sums=('390baaea8e3500724a4a7755d930e078cfc072357af15f2180f35983cc86d224827afd9180a466e3ad546405a8b8a94d752c19eda716f2f06c1716e4f19c4fbc')
 
-buildk() {
+build() {
   cd "flask-$pkgver"
   python setup.py build
 }



More information about the arch-commits mailing list