summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-17 21:29:41 +0000
committerDaniel Bermond2018-10-17 21:36:29 +0000
commit4b84ba1091c5165618ce5a993612d87ca3b12bcd (patch)
treed4ebea7f82d8e02c1fb5e78ad1f85688c286021f /PKGBUILD
parent1535c8785194ae7579d47e872c3c9001605be5d3 (diff)
downloadaur-4b84ba1091c5165618ce5a993612d87ca3b12bcd.tar.gz
Add global pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 541fa0784cac..732db3addb03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer : Daniel Bermond < gmail-com: danielbermond >
pkgbase=python-ninja-syntax
pkgname=('python-ninja-syntax' 'python2-ninja-syntax')
pkgver=1.7.2
-pkgrel=2
-_commondesc='module for generating .ninja files'
+pkgrel=3
+pkgdesc='Python3 module for generating .ninja files'
arch=('any')
url='https://pypi.python.org/pypi/ninja_syntax/'
license=('APACHE')
@@ -27,7 +27,6 @@ build() {
}
package_python-ninja-syntax() {
- pkgdesc="Python3 ${_commondesc}"
depends=('python')
cd "ninja_syntax-${pkgver}"
@@ -35,7 +34,7 @@ package_python-ninja-syntax() {
}
package_python2-ninja-syntax() {
- pkgdesc="Python2 ${_commondesc}"
+ pkgdesc='Python2 module for generating .ninja files'
depends=('python2')
cd "ninja_syntax-${pkgver}-py2"