commit 28bd91e73f6863676938c99f00a2a7e357284a9c Author: Tim Biermann <tbier@posteo.de> Date: Sat Apr 25 14:55:46 2020 +0000 lldb: removed libedit as a hard dependency diff --git a/lldb/.signature b/lldb/.signature index bf4ef75bd..603a14fbe 100644 --- a/lldb/.signature +++ b/lldb/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36ICKiiot1+sQK+ICySbVlr8Sl13E4Sp+xppgu1A731b/WPehiXud43t2pBDm9Lu2sol4qpeb4aIaN6Y7fGSBQ8= -SHA256 (Pkgfile) = 81ce02a0a17469601dd03c95c77fc172252824e180a065973b39e4898db879a8 +RWSagIOpLGJF30Y3lf6q0uZrik0j8ZDM8L2y1Z+GhPi4bZWhse7FkMrFHT1Fp0Y+n/jhe5lwTFIDsqhDsCY+sGV0kDHtR4aPXQI= +SHA256 (Pkgfile) = a7eb1e2eb5c51140f5267c3bcfbe89ab6682d770e099f773d49ebfdad8701e21 SHA256 (.footprint) = 1108e5231a936f3f6f0c6bb922e22b865580e928658b88faa510e63548491d2e SHA256 (lldb-10.0.0.src.tar.xz) = dd1ffcb42ed033f5167089ec4c6ebe84fbca1db4a9eaebf5c614af09d89eb135 diff --git a/lldb/Pkgfile b/lldb/Pkgfile index b11bf2110..574e2569d 100644 --- a/lldb/Pkgfile +++ b/lldb/Pkgfile @@ -1,11 +1,11 @@ # Description: LLDB is a next generation, high-performance debugger # URL: https://lldb.llvm.org/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: clang libedit python3-six swig +# Depends on: clang python3-six swig name=lldb version=10.0.0 -release=1 +release=2 source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lldb...) build() {