summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13835e98849a..a13a77c8fd2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: gkmcd <g@dramati.cc>
-pkgbase=python-pyscaffold
+
pkgname=('python-pyscaffold')
pkgver=3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Python project template generator with batteries included"
url="https://pyscaffold.org/"
-arch=(any)
+arch=('any')
license=('MIT')
depends=('python')
optdepends=('python-django: scaffold django projects'