summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-26 16:37:07 +0100
committerYour Name2021-01-26 16:37:07 +0100
commit8c68ef2fa8968b1263ad8c4460c4185f40e19deb (patch)
tree00d3dad36f5fdc9903c359851faca1678420a587
parente6fe9988e52caab55cbaff5266ba49c52b664f5b (diff)
downloadaur-8c68ef2fa8968b1263ad8c4460c4185f40e19deb.tar.gz
next iteration
-rw-r--r--PKGBUILD3
-rw-r--r--changelog7
2 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c098b0350e5d..65fbcd8d581b 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 dfceb845fb9a..8c24f1802fd7 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,3 @@
-[2021-01-11]
-* handle repo without tags
-
-[2021-01-12]
-* handle repo without tags
+[2021-01-22]
+* changes from 20201207