summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-02-03 19:08:18 +0100
committerChristopher Arndt2022-02-03 19:08:18 +0100
commit6cbcda1e22f2a05c72f158908f7cc813872766f2 (patch)
treed219ce33fdb934b9e0e7a70f118f0d772bcbc29e
parent27a9f7525961d6426ed13d607e7e6aeda2ece5e2 (diff)
downloadaur-6cbcda1e22f2a05c72f158908f7cc813872766f2.tar.gz
Removed accidentally commited binary package file
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
-rw-r--r--python-mando-0.7.0-1-any.pkg.tar.zstbin79634 -> 0 bytes
4 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7c63c6ef475..1015f8c32336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mando
pkgdesc = Python library which wraps the argparse module to help write flexible CLI applications
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://mando.readthedocs.org/
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
index cd1ba1624dbf..0e54645902a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@ pkg
src
mando-*.tar.gz
python-mando-*.pkg.tar.xz
-python-mando-*.src.tar.zst
+python-mando-*.pkg.tar.zst
python-mando-*.src.tar.gz
.AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index c7af8c482dff..045c71c811c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="mando"
pkgname="python-${_name}"
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python library which wraps the argparse module to help write flexible CLI applications"
arch=('any')
url="https://${_name}.readthedocs.org/"
diff --git a/python-mando-0.7.0-1-any.pkg.tar.zst b/python-mando-0.7.0-1-any.pkg.tar.zst
deleted file mode 100644
index a23d53f0064c..000000000000
--- a/python-mando-0.7.0-1-any.pkg.tar.zst
+++ /dev/null
Binary files differ