summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6219d1e29ee..1a28dfa5029b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = macports-base-git
pkgdesc = The MacPorts command-line client
- pkgver = 2.4.0.beta1.r192.gb7e7fe52
- pkgrel = 1
+ pkgver = 2.4.0.beta1.r193.g209e78f5
+ pkgrel = 2
url = https://www.macports.org/
arch = i686
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = macports-base-git
makedepends = tcl
depends = curl
depends = man
- depends = mtree
+ depends = nmtree
depends = openssl
depends = sqlite
- provides = macports-base=2.4.0.beta1.r192.gb7e7fe52
+ provides = macports-base=2.4.0.beta1.r193.g209e78f5
conflicts = macports-base
source = git+https://github.com/macports/macports-base
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a1eb6b9673ce..3400685262f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=macports-base
pkgname=$_pkgname-git
-pkgver=2.4.0.beta1.r192.gb7e7fe52
-pkgrel=1
+pkgver=2.4.0.beta1.r193.g209e78f5
+pkgrel=2
pkgdesc='The MacPorts command-line client'
url='https://www.macports.org/'
arch=('i686' 'x86_64')
license=('BSD')
# man is used for `port help`
-depends=('curl' 'man' 'mtree' 'openssl' 'sqlite')
+depends=('curl' 'man' 'nmtree' 'openssl' 'sqlite')
# MacPorts comes with its own vendored tclsh, while a system interpreter
# is still needed to build tcllib
makedepends=('git' 'tcl')