diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-29 18:31:59 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-29 18:31:59 +0100 |
commit | b92b254a971de017b1cc7752933d2bc77e2b8043 (patch) | |
tree | 97899ae5208c7ae3b2ee93a6cb64c723a1180a1e /PKGBUILD | |
parent | Makefile: remove a stupid recipe (diff) | |
download | cmake-common-b92b254a971de017b1cc7752933d2bc77e2b8043.tar.gz cmake-common-b92b254a971de017b1cc7752933d2bc77e2b8043.zip |
update project description
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ pkgname=cmake-common _name="${pkgname//-/_}" pkgver=3.4 pkgrel=1 -pkgdesc='Various utilities to help develop C++/CMake projects' +pkgdesc='Utilities to help develop C++/CMake projects' arch=(any) url='https://github.com/egor-tensin/cmake-common' license=(MIT) |