summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2015-12-23 01:28:45 -0500
committerJames An2015-12-23 01:28:45 -0500
commit426adf3d8c06a449717422e66a00bf66241e7417 (patch)
treef397c25372573e3e5674bf04b3e195156bf8e989
parent7b2110755358e87d5342572726853a6edaebff25 (diff)
downloadaur-426adf3d8c06a449717422e66a00bf66241e7417.tar.gz
Removed dependency on libxml2 as its included in the package groups base or base-devel.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2daaf08d1ab9..5ea0edf11b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Parse and unpack OS X Installer .pkg packages."
arch=('i686' 'x86_64')
url="http://www.tonymacx86.com/general-help/135458-$pkgname.html"
license=('GPL3')
-depends=('libxml2' 'xar')
+depends=('xar')
makedepends=('recode')
source=("$pkgname.html"::"http://www.tonymacx86.com/general-help/135458-pbzx-stream-parser.html"
typecast-pointer.patch)