diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-22 01:14:20 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-22 01:14:20 -0200 |
commit | 78ff53993762c2ed51233e09e9ce45b4feffc882 (patch) | |
tree | 1802496ad87c050c35608ac8829ff5acad7331b4 | |
parent | 5744d0e696ce2349ee3fe08bb552010265ed901e (diff) |
virtualbox-libre-4.2.6-3: remove custom license on PKGBUILD due that ExtensionPack and other nonfree codes were removed on our version
-rw-r--r-- | libre/virtualbox-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/virtualbox-libre/PKGBUILD b/libre/virtualbox-libre/PKGBUILD index dc9e21490..37cda8f1f 100644 --- a/libre/virtualbox-libre/PKGBUILD +++ b/libre/virtualbox-libre/PKGBUILD @@ -16,7 +16,7 @@ pkgver=4.2.6 pkgrel=3 arch=('i686' 'x86_64') url='http://virtualbox.org' -license=('GPL' 'custom') +license=('GPL') makedepends=('alsa-lib' 'bin86' 'cdrkit' |