summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-26 16:37:13 +0100
committerYour Name2021-01-26 16:37:13 +0100
commit9ce95af38921b60d4d3994370ce0c18a771c0b55 (patch)
tree9107e4b53e5ce8dcc15e30664fb02b3018005de2
parentd2eb6c042f45cc57905a27478a2db443cc479fe9 (diff)
downloadaur-9ce95af38921b60d4d3994370ce0c18a771c0b55.tar.gz
next iteration
-rw-r--r--PKGBUILD3
-rw-r--r--changelog8
2 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fadc39937518..0255719c9fdf 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 100731c1142c..8c24f1802fd7 100644
--- a/changelog
+++ b/changelog
@@ -1,7 +1,3 @@
-[2021-01-11]
-* add addons
-* handle repo without tags
-
-[2021-01-12]
-* handle repo without tags
+[2021-01-22]
+* changes from 20201207