diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 2d7fc56..736b6fb 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -16,7 +16,7 @@ license=('BSD') source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz) sha256sums=('9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744') -package() { +build() { cd ${_origname}-${pkgver} python setup.py build } @@ -24,7 +24,7 @@ package() { check() { cd ${_origname}-${pkgver} python setup.py tests - rm tests/_i_am_actually_a_* + rm tests/_i_am_actually_a_* } package() {