summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-30 22:57:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 14:39:36 +0000
commit78a8c947f0c6e69a2dbd99aff728024690519b86 (patch)
treeb68c0963df85f28f6e07edd0d67b5f065c6e5e82 /testing
parentd00cce5e0f165d3615247b6654be3b07c86f9f83 (diff)
downloadaports-78a8c947f0c6e69a2dbd99aff728024690519b86.tar.bz2
aports-78a8c947f0c6e69a2dbd99aff728024690519b86.tar.xz
testing/freealut: specify license
Diffstat (limited to 'testing')
-rw-r--r--testing/freealut/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/freealut/APKBUILD b/testing/freealut/APKBUILD
index 5e30245be..5b744c58b 100644
--- a/testing/freealut/APKBUILD
+++ b/testing/freealut/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer:
pkgname=freealut
pkgver=1.1.0
-pkgrel=1
-pkgdesc="free audio library user toolkit"
-url="http://www.openal.org/"
+pkgrel=2
+pkgdesc="A free audio library user toolkit"
+url="https://github.com/vancegroup/freealut"
arch="all"
-license="GPL"
+license="GPL2"
depends=
depends_dev="openal-soft-dev"
makedepends="$depends_dev"