summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-26 16:37:03 +0100
committerYour Name2021-01-26 16:37:03 +0100
commita70f82d63840a1f1b392489224d84a0d5be909c9 (patch)
tree91d8b2133e034879ad9bf2a08140a2290475124e
parent099c512968cc493134024e85b69e59d5513beedb (diff)
downloadaur-a70f82d63840a1f1b392489224d84a0d5be909c9.tar.gz
next iteration
-rw-r--r--PKGBUILD3
-rw-r--r--changelog4
2 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b71e39e9a14..0dd8166ee8f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,11 +44,10 @@ done
#_tagSuffix=""
_basePkgName="${pkgname//-git/}"
-
if [[ "${pkgname}" == *-git ]];
then
# Version can't be set before pkgver has run
- provides+=("${pkgname//-git/}=${pkgver}")
+ provides+=("${_basePkgName}=${pkgver}")
fi
_gitLogByDay() {
diff --git a/changelog b/changelog
index 90c4934062f3..8c24f1802fd7 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,3 @@
-[2021-01-11]
-* handle repo without tags
+[2021-01-22]
+* changes from 20201207