summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2023-07-12 16:49:18 +0200
committerPiotr Gorski2023-07-12 16:49:18 +0200
commitd5a04f40e9319deadeaff518b0b0d47f4474681d (patch)
tree050eec1199d599580a3f8cc8160468c85146a505
parent332908ee90629415644b7404d121e7954a357b64 (diff)
downloadaur-d5a04f40e9319deadeaff518b0b0d47f4474681d.tar.gz
Fix cppdap-git
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f4600b15d22..e4dc5cb4e860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cppdap-git
pkgdesc = C++ library for the Debug Adapter Protocol
pkgver = 1.59.0.r95.ge3379ed
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/cppdap
arch = x86_64
license = GPL
makedepends = cmake
makedepends = git
- provides = ccpdap
- conflicts = ccpdap
+ provides = cppdap
+ conflicts = cppdap
source = git+https://github.com/google/cppdap
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4304a4ddf6e6..770e8b886aa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cppdap-git
pkgver=1.59.0.r95.ge3379ed
-pkgrel=1
+pkgrel=2
pkgdesc="C++ library for the Debug Adapter Protocol"
arch=('x86_64')
url='https://github.com/google/cppdap'
license=('GPL')
makedepends=('cmake' 'git')
-provides=('ccpdap')
-conflicts=('ccpdap')
+provides=('cppdap')
+conflicts=('cppdap')
source=('git+https://github.com/google/cppdap')
sha1sums=('SKIP')