summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2023-08-17 13:37:31 +0200
committerUffe Jakobsen2023-08-17 13:37:31 +0200
commit965c5b7f7d0146afcb1dc97730b9b240005c24a3 (patch)
treeaf5bcd3cd2bda7413d4949aaa45eafd20da43a7c
parent965e7c7a22dbe754957e25de968d66807c6adccf (diff)
downloadaur-965c5b7f7d0146afcb1dc97730b9b240005c24a3.tar.gz
Clean up
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3beb48c1d081..f51f21f56da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = codelite-git
arch = x86_64
arch = aarch64
license = GPL
- makedepends = pkgconfig
makedepends = cmake
makedepends = ninja
makedepends = clang
@@ -30,7 +29,6 @@ pkgbase = codelite-git
optdepends = cscope: CScope Integration for CodeLite
provides = codelite
conflicts = codelite
- conflicts = codelite-bin
noextract = wxgui.zip
source = codelite::git+https://github.com/eranif/codelite.git
source = http://repos.codelite.org/wxCrafterLibs/wxgui.zip
diff --git a/PKGBUILD b/PKGBUILD
index a592c7a3365e..d1d0036bfb89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ arch=('i686' 'x86_64' 'aarch64')
url="https://www.codelite.org/"
license=('GPL')
-makedepends=('pkgconfig' 'cmake' 'ninja' 'clang' 'git')
+makedepends=('cmake' 'ninja' 'clang' 'git')
depends=(
'wxwidgets-gtk3'
@@ -50,9 +50,10 @@ optdepends=(
'cscope: CScope Integration for CodeLite'
)
-conflicts=('codelite' 'codelite-bin')
provides=('codelite')
+conflicts=('codelite')
+
source=(
${_gitname}::git+https://github.com/eranif/codelite.git
http://repos.codelite.org/wxCrafterLibs/wxgui.zip