diff options
Diffstat (limited to 'main/libcddb')
-rw-r--r-- | main/libcddb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libcddb/APKBUILD b/main/libcddb/APKBUILD index 3baeba20b6..5d834aecd0 100644 --- a/main/libcddb/APKBUILD +++ b/main/libcddb/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3.2 pkgrel=0 pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)." url="http://sourceforge.net/projects/libcddb/" -arch="x86 x86_64" +arch="all" license="GPL" depends= makedepends= |