summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf58b56fb04b..d725d9b496cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
-# Generated by mksrcinfo v8
-# Mon Feb 6 02:24:07 UTC 2017
pkgbase = cctools-git
pkgdesc = Apple cctools port for Linux
- pkgver = 146
- pkgrel = 2
+ pkgver = 147
+ pkgrel = 1
url = https://github.com/tpoechtrager/cctools-port
arch = i686
arch = x86_64
- license = APSL
+ license = custom
makedepends = gcc-objc
makedepends = git
depends = llvm
+ depends = xar
+ depends = libutil-linux
provides = x86_64-apple-darwin-binutils
provides = cctools
conflicts = x86_64-apple-darwin-binutils
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)