summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-26 16:37:11 +0100
committerYour Name2021-01-26 16:37:11 +0100
commitdbd0cec789c8d2cca96eea348e23ad28d2d96b2b (patch)
treeb3249dbbfaafe63e4490e04612df08d2aceaa0ac
parent30c4136cee713441a37ea3c8347bc12ebbad3220 (diff)
downloadaur-dbd0cec789c8d2cca96eea348e23ad28d2d96b2b.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 92c5933db346..9d53c063a3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,11 +45,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 16ad3d1ab6e3..8c24f1802fd7 100644
--- a/changelog
+++ b/changelog
@@ -1,6 +1,3 @@
-[2021-01-11]
-* add addons
-
-[2021-01-12]
-* handle repo without tags
+[2021-01-22]
+* changes from 20201207