summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2021-01-26 16:36:44 +0100
committerYour Name2021-01-26 16:36:44 +0100
commitaf600e36383ec45ae83cf05f4fc2fa2b934e97e2 (patch)
tree4bacda0bfc8363c9fdce0ee773261e2b90bb011e
parent171cc1ccd05fe3e6985b7f0ab7ba9f32d7124b80 (diff)
downloadaur-af600e36383ec45ae83cf05f4fc2fa2b934e97e2.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 1e45fe9b33ba..82591db33684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,11 +48,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