summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-26 16:36:40 +0100
committerYour Name2021-01-26 16:36:40 +0100
commit52492b49099b8770e2d823e84e1e9eaae6a22aa2 (patch)
tree499249e04cb0e7374230f8bab94683a539eda10b
parentd2e04df2fa9a9b7971c29b6669d5815ba81eaefe (diff)
downloadaur-52492b49099b8770e2d823e84e1e9eaae6a22aa2.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 cb142012b2e0..875a34a34c50 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 f37b64e03308..8c24f1802fd7 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,3 @@
-[2021-01-11]
-* add addons
+[2021-01-22]
+* changes from 20201207