summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2022-05-31 12:09:30 -0400
committerTed Alff2022-05-31 12:09:30 -0400
commitcaea87f7b3bea45fda2c03eebff87ab90b0f30e5 (patch)
tree297ef7834e1bdaa849370c30ee1c15d7d768267a /PKGBUILD
parent2e874ea8e1dfa086e2213a82d485aa9c5baaad50 (diff)
downloadaur-python2-docopt.tar.gz
Re-add to the AUR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0c3a818467b..68ab9f49d9c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
+# Maintainer: twa022 <twa022 at gmail dot com>
# Contributor: 0x9fff00 <0x9fff00+git@protonmail.ch>
# Contributor: Muflone http://www.muflone.com/contacts/english/
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
-# Based on python-docopt in [community]
-
_name=docopt
pkgname=python2-$_name
pkgver=0.6.2
-pkgrel=5
+pkgrel=8
pkgdesc='Pythonic argument parser, that will make you smile'
arch=('any')
url="https://github.com/docopt/$_name"