diff --git a/qtile/trunk/PKGBUILD b/qtile/trunk/PKGBUILD index 0ba4b8d40..739717e03 100644 --- a/qtile/trunk/PKGBUILD +++ b/qtile/trunk/PKGBUILD @@ -30,12 +30,12 @@ optdepends=('alsa-utils: volume widget' 'python-xdg: launchbar widget' ) install="${pkgname}.install" -source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('bfe51aabef2d48693c5bb7525cf67b1bb99cf3af5a653cd81d523e5adaa4767a43e7a87db14f9b85fae3a9e414af41a2e66736556eb1552d099755ba6f39caeb') -b2sums=('f2290ab823b31cd8ed512f076018a8df19bbfedbb7d5c6932eee7cd46c341a08af04ed0d99f4391d1b3ccc07eb33015bbf0050c1c5d749bace4fb6dcfcb71ac9') +source=("git+https://github.com/qtile/qtile.git?signed#tag=v${pkgver}") +validpgpkeys=('3CCAB226289DE0160C61BDB418D18F1BC464DCA3') # Tycho Andersen +sha512sums=('SKIP') build() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" python setup.py build } @@ -43,7 +43,7 @@ check() { local _python_version="$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')" local _test_dir='test_dir' - cd "${pkgname}-${pkgver}" + cd "${pkgname}" # install into test location mkdir -vp "${_test_dir}" @@ -69,7 +69,7 @@ check() { } package() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" python setup.py install --skip-build \ --optimize=1 \ --root="${pkgdir}"