aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 09:40:03 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-04 09:40:03 +0200
commit90b9f515b1beafccbd9fc1ca297176a7932f2a8a (patch)
treebdd6aab4f0bc1138980a8fa92250301e36684c15 /PKGBUILD
parentMakefile: move the prelude to prelude.mk (diff)
downloadcmake-common-90b9f515b1beafccbd9fc1ca297176a7932f2a8a.tar.gz
cmake-common-90b9f515b1beafccbd9fc1ca297176a7932f2a8a.zip
aur: 4.0-1
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)