summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-05-31 12:09:30 -0400
committerTed Alff2022-05-31 12:09:30 -0400
commitcaea87f7b3bea45fda2c03eebff87ab90b0f30e5 (patch)
tree297ef7834e1bdaa849370c30ee1c15d7d768267a
parent2e874ea8e1dfa086e2213a82d485aa9c5baaad50 (diff)
downloadaur-python2-docopt.tar.gz
Re-add to the AUR
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bd83a8d7d20..ad2ed1185a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-docopt
pkgdesc = Pythonic argument parser, that will make you smile
pkgver = 0.6.2
- pkgrel = 5
+ pkgrel = 8
url = https://github.com/docopt/docopt
arch = any
license = MIT
@@ -11,4 +11,3 @@ pkgbase = python2-docopt
sha256sums = 49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491
pkgname = python2-docopt
-
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"