summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Viallon2021-07-31 01:08:36 +0200
committerAntoine Viallon2021-07-31 01:08:36 +0200
commit4638f811a08662c0b60ebc140ff97364ebf8353a (patch)
treedc84d07fa465255733717a5c597f755bca61454c
parent6fb6028f2b6bb6140e230799a2ee5750de7d132e (diff)
downloadaur-4638f811a08662c0b60ebc140ff97364ebf8353a.tar.gz
Bump pkgver to 1.0.0.rc1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af3cb8fddd79..d8c6cac56690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ananicy-cpp-git
pkgdesc = Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage.
- pkgver = 0.7.3.r0.g0b2f7ee
+ pkgver = 1.0.0.rc1.r0.g73390d2
pkgrel = 1
arch = x86_64
arch = i386
@@ -12,7 +12,7 @@ pkgbase = ananicy-cpp-git
depends = spdlog
depends = nlohmann-json
depends = systemd
- optdepends = ananicy: community rules
+ optdepends = ananicy-rules-git: community rules
provides = ananicy-cpp
conflicts = ananicy-cpp
source = git+https://gitlab.com/aviallon/ananicy-cpp.git
diff --git a/PKGBUILD b/PKGBUILD
index 997190f04c8d..706f090b2b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ananicy-cpp-git
_pkgname=ananicy-cpp
-pkgver=0.7.3.r0.g0b2f7ee
+pkgver=1.0.0.rc1.r0.g73390d2
pkgrel=1
pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU and RAM usage."
source=("git+https://gitlab.com/aviallon/ananicy-cpp.git")