summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-01-15 13:37:02 +0800
committerKaizhao Zhang2019-01-15 13:37:02 +0800
commit379bcd6b34d33512510f97b0a58e1057693e11e5 (patch)
tree6d526d3a1d6afa6b5b567bca9cd1ef71e0b427e3
parent1523642d42b63e6d6c5b237d1a55cffa0102e075 (diff)
downloadaur-379bcd6b34d33512510f97b0a58e1057693e11e5.tar.gz
Remove unused files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--python-hatch.sh5
3 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38135ad73447..e196156fc2a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-hatch
pkgdesc = A modern project, package, and virtual env manager
pkgver = 0.11.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ofek/hatch
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 034b63fbf4ae..a8098005fdc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _srcname=hatch
pkgname=python-hatch
pkgver=0.11.0
-pkgrel=2
+pkgrel=3
pkgdesc="A modern project, package, and virtual env manager"
arch=('any')
url="https://github.com/ofek/hatch"
diff --git a/python-hatch.sh b/python-hatch.sh
deleted file mode 100644
index f7debeb8e521..000000000000
--- a/python-hatch.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- # Tab completion for Bash
- _HATCH_COMPLETE=source hatch \
- > "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"