diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ # Maintainer: Egor Tensin <Egor.Tensin@gmail.com> pkgname=cmake-common _name="${pkgname//-/_}" -pkgver=3.4.1 +pkgver=4.0 pkgrel=1 pkgdesc='Utilities to help develop C++/CMake projects' arch=(any) url='https://github.com/egor-tensin/cmake-common' license=(MIT) -makedepends=(python-build python-installer python-wheel) +makedepends=(python-build python-installer python-setuptools-scm python-wheel) depends=(python) source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$_name/$_name-$pkgver.tar.gz") md5sums=(SKIP) |