summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-12-22 15:27:15 +0800
committerYen Chi Hsuan2017-12-22 15:27:15 +0800
commit835c6b7f84ec3dd20752e5ff2fdd9b1c7304a0ef (patch)
tree52330c093e53a47c4792020a7e4ffb2dd1ec8cae /PKGBUILD
parentaefe8ee53ccf600cc0e2a271bfb467b531420bcc (diff)
downloadaur-835c6b7f84ec3dd20752e5ff2fdd9b1c7304a0ef.tar.gz
Bump to 2.4.0.beta1.r193.g209e78f5
Switched to nmtree (NetBSD's mtree), for several reasons: * mtree depends on openssl-1.0 * FreeBSD has switched, too (https://github.com/archiecobbs/mtree-port/issues/11) * mtree is one-person project and nmtree is maintained by NetBSD developers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')