summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2021-01-28 11:47:35 +0000
committerMichael Picht2021-01-28 11:47:35 +0000
commite7c40e52d23aa7d81648bc8a0cf86d9598021a69 (patch)
tree88c14c17cd56f037a39f34944a2e7caa6e869531
parent6b617f642db6e7e64d7071abd1f1cdc23047aa40 (diff)
downloadaur-e7c40e52d23aa7d81648bc8a0cf86d9598021a69.tar.gz
adjusted CHANGELOG for release 2.3.0
Signed-off-by: Michael Picht <mipi@fsfe.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0108bc911c2c..a7c87e2c5016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crema-git
- pkgdesc = Manage custom (remote) repositories
- pkgver = 2.2.2
+ pkgdesc = Manage (remote) custom repositories
+ pkgver = 2.3.0
pkgrel = 1
url = https://gitlab.com/mipimipi/crema
arch = any
@@ -16,7 +16,7 @@ pkgbase = crema-git
depends = rsync
depends = sudo
optdepends = gnupg
- provides = crema-git
+ provides = crema
conflicts = crema
source = git+https://gitlab.com/mipimipi/crema.git
validpgpkeys = 11ECD6695134183B3E7AF1C2223AAA374A1D59CE
diff --git a/PKGBUILD b/PKGBUILD
index bc5702c5300d..143d9915b9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgorg=gitlab.com/mipimipi
pkgname=crema-git
_pkgname=crema
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=1
-pkgdesc="Manage custom (remote) repositories"
+pkgdesc="Manage (remote) custom repositories"
arch=(any)
url="https://$_pkgorg/$_pkgname"
license=(GPL3)
@@ -27,7 +27,7 @@ makedepends=(
pandoc
)
optdepends=(gnupg)
-provides=(crema-git)
+provides=(crema)
conflicts=(crema)
pkgver() {