summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-26 16:36:38 +0100
committerYour Name2021-01-26 16:36:38 +0100
commitde2022a9e8ce64f1ba0f86b39bd48deeeb5f503c (patch)
treebc1bed54edd22b3bfe94ad96f0b3c9c1d5bfd1b6
parente28e4158e240475c94a5249043eafeb8b762713e (diff)
downloadaur-de2022a9e8ce64f1ba0f86b39bd48deeeb5f503c.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 5e3c4e294f64..baf868181772 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 43c8a04fc7ae..8c24f1802fd7 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,3 @@
-[2021-01-11]
-* use templates
+[2021-01-22]
+* changes from 20201207