diff options
Diffstat (limited to 'community/openal-soft/APKBUILD')
-rw-r--r-- | community/openal-soft/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/openal-soft/APKBUILD b/community/openal-soft/APKBUILD index a536853ed8..d076da5187 100644 --- a/community/openal-soft/APKBUILD +++ b/community/openal-soft/APKBUILD @@ -9,10 +9,10 @@ arch="all" license="LGPL" depends="" depends_dev="alsa-lib-dev" -makedepends="$depends_dev cmake" +makedepends="$depends_dev linux-headers cmake" install="" subpackages="$pkgname-dev" -source="http://kcat.strangesoft.net/openal-releases/${pkgname}-${pkgver}.tar.bz2 " +source="http://kcat.strangesoft.net/openal-releases/${pkgname}-${pkgver}.tar.bz2" _srcdir="${srcdir}/${pkgname}-${pkgver}" _builddir="${srcdir}/build" |