aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7156e4e..3cb4247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)