diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2015-09-10 21:09:08 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2015-09-10 21:12:31 +0000 |
commit | 333a16d94df1eddca2b81ea51868a91128505509 (patch) | |
tree | d4658801d76ee40d14ae9097791d88339dd8ba50 /main/expat | |
parent | f79c99430b4e8f3115b0b29fb31b32d2e401daa4 (diff) | |
download | aports-333a16d94df1eddca2b81ea51868a91128505509.tar.bz2 aports-333a16d94df1eddca2b81ea51868a91128505509.tar.xz |
main/expat: rebuild to break -dev -> -doc dep
Somehow expat-dev got a dependency on expat-doc. My guess
is that there was a previous bug/feature in abuild which
added the dependency.
Diffstat (limited to 'main/expat')
-rw-r--r-- | main/expat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/expat/APKBUILD b/main/expat/APKBUILD index ebac4d3d16..5076707a50 100644 --- a/main/expat/APKBUILD +++ b/main/expat/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=expat pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="An XML Parser library written in C" url="http://www.libexpat.org/" arch="all" |