summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb215ada1066..f73bb918de85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
+# Maintainer: Andrei Alexeyev <akari@alienslab.net>
+
pkgname=cctools-git
pkgdesc="Apple cctools port for Linux"
-pkgver=146
-pkgrel=2
+pkgver=147
+pkgrel=1
arch=(i686 x86_64)
url="https://github.com/tpoechtrager/cctools-port"
-license=("APSL")
-depends=(llvm)
+license=(custom)
+depends=(llvm xar libutil-linux)
makedepends=(gcc-objc git)
provides=(x86_64-apple-darwin-binutils cctools)
conflicts=(x86_64-apple-darwin-binutils cctools)