summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuijie Yu2020-09-22 01:29:28 -0400
committerRuijie Yu2020-09-22 01:29:28 -0400
commit28b16b78305a98c0063739de619a9205fda46893 (patch)
treecab4dd3939af4874673005ce8501071c44a99c3b /PKGBUILD
parent29785b415c6f5f2a11a4f8e210d55861294bd620 (diff)
downloadaur-28b16b78305a98c0063739de619a9205fda46893.tar.gz
added pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a8d9fc5fd9d..5f2f9822e6e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname="$pkgname"
__pkgname="${_pkgname%-cpp}"
pkgver=0.2.2
pkgrel=1
-pkgdesc=
+pkgdesc='Semantic Versioning for modern C++'
url="https://github.com/Neargye/semver"
arch=(any)
license=(MIT)