summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-05-09 11:16:27 +0300
committerCaleb Maclennan2020-05-09 11:27:02 +0300
commit6bb40050e61d9099932dc883c09a9f41ff134c4e (patch)
tree183256da09fa54f6e47df1d4b5c3d93e191a3039 /PKGBUILD
parentdf77780103cf6e2544ee34f929267f2ff8978392 (diff)
downloadaur-6bb40050e61d9099932dc883c09a9f41ff134c4e.tar.gz
Drop empty prepare() functions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff0f329cb03b..e5ff8c59efce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,10 +19,6 @@ makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('c5a4277031092418d87ba670bab6165cc67bbe7a35cdc837463702d3b1032af3')
-prepare() {
- cd "$pkgname-$pkgver"
-}
-
build() {
cd "$pkgname-$pkgver"
python setup.py build