diff options
author | Christopher Arndt | 2020-02-13 08:05:48 +0100 |
---|---|---|
committer | Christopher Arndt | 2020-02-13 08:05:48 +0100 |
commit | ac190fa57871a262c0ee0b672193e97d3504aea5 (patch) | |
tree | cda85bf7ad7d8e59ab01a12ca2b973063cf4b7ee | |
parent | 068087956cfc60d7bf9f5c378d930779c2e84f8d (diff) | |
download | aur-ac190fa57871a262c0ee0b672193e97d3504aea5.tar.gz |
Remove acidentally comitted binary package file
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | pip-tools-4.4.1-1-any.pkg.tar.zst | bin | 101209 -> 0 bytes |
4 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = pip-tools pkgdesc = A set of tools to keep your pinned Python dependencies fresh. pkgver = 4.4.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jazzband/pip-tools/ arch = any license = BSD diff --git a/.gitignore b/.gitignore index 287ba4ffa674..915e4e148244 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ pkg src pip-tools-*.tar.gz pip-tools-*.pkg.tar.xz +pip-tools-*.pkg.tar.zst pip-tools-*.src.tar.gz .AURINFO @@ -3,7 +3,7 @@ pkgname=pip-tools pkgver=4.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="A set of tools to keep your pinned Python dependencies fresh." arch=('any') url="https://github.com/jazzband/pip-tools/" diff --git a/pip-tools-4.4.1-1-any.pkg.tar.zst b/pip-tools-4.4.1-1-any.pkg.tar.zst Binary files differdeleted file mode 100644 index c2e3fd81e53f..000000000000 --- a/pip-tools-4.4.1-1-any.pkg.tar.zst +++ /dev/null |