summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrejs Mivreņiks2015-06-10 11:14:02 +0300
committerAndrejs Mivreņiks2015-06-10 11:14:02 +0300
commitc20d9f23b98ee93b55d3c169057eb35cd54f3e72 (patch)
treecb9261ec1555d6a4dcc3d27f14148ff74a3d45fc
parent48102e6c55676ead62d04c1fc96dcbd83b252f34 (diff)
downloadaur-c20d9f23b98ee93b55d3c169057eb35cd54f3e72.tar.gz
Remove unnecessary build() function
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff1e907ea4d2..0f50b0151add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,6 @@ makedepends=('python-setuptools')
source=("https://github.com/dimka665/vk/archive/${pkgver}.tar.gz")
sha256sums=('ff250c29414c61e21d041b0e264be78bdbe7a91a29562ce0aeec9c1660e548b6')
-build() {
- cd "$srcdir/vk-$pkgver"
- python setup.py build
-}
-
package() {
cd "$srcdir/vk-$pkgver"
python setup.py install --root=$pkgdir --optimize=1