summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jung2022-10-27 13:32:53 +0200
committerPeter Jung2022-10-27 13:32:53 +0200
commite11c34cdb6eef4ca3ce0e84be70b159377bf37d8 (patch)
tree0e6f972cfebda715a848dde4f28176e668bccb37
parent3de040758be50f58e038112bde8981c1d3648096 (diff)
downloadaur-e11c34cdb6eef4ca3ce0e84be70b159377bf37d8.tar.gz
Update std-format URL
Signed-off-by: Peter Jung <admin@ptr1337.dev>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a62839672df4..b28bf4f5144e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,10 +14,11 @@ pkgbase = ananicy-cpp-git
depends = nlohmann-json
depends = systemd
optdepends = ananicy-rules-git: community rules
+ optdepends = ananicy-rules: Rules based for ananicy-cpp
provides = ananicy-cpp
conflicts = ananicy-cpp
source = git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git
- source = git+https://gitlab.com/ananicy-cpp/stl-polyfills/std-format.git
+ source = git+https://gitlab.com/vnepogodin/std-format.git
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ba722ed8dc81..22015204a0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Ananicy Cpp is a full rewrite of Ananicy in C++, featuring lower CPU an
url="https://gitlab.com/ananicy-cpp/ananicy-cpp.git"
source=(
"git+https://gitlab.com/ananicy-cpp/ananicy-cpp.git"
- "git+https://gitlab.com/ananicy-cpp/stl-polyfills/std-format.git"
+ "git+https://gitlab.com/vnepogodin/std-format.git"
)
md5sums=('SKIP'
'SKIP')
@@ -18,7 +18,8 @@ depends=(fmt spdlog nlohmann-json systemd)
makedepends=(cmake git gcc)
conflicts=(ananicy-cpp)
provides=(ananicy-cpp)
-optdepends=("ananicy-rules-git: community rules")
+optdepends=("ananicy-rules-git: community rules"
+ "ananicy-rules: Rules based for ananicy-cpp")
pkgver() {
cd "$_pkgname"