diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-06-21 20:21:52 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-06-21 20:21:52 -0300 |
commit | e98b7b9a05682e8c7a9f8a02fa2c57242100f03b (patch) | |
tree | 276b72859b8214dafc9b14a60907f53a0c0df857 /pcr/reicast-git | |
parent | cf51d6112c1ef02c7bc2dcfe15233f304414090b (diff) |
reicast-git: fix license array
Diffstat (limited to 'pcr/reicast-git')
-rw-r--r-- | pcr/reicast-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/reicast-git/PKGBUILD b/pcr/reicast-git/PKGBUILD index cfb00ed13..3107a54b7 100644 --- a/pcr/reicast-git/PKGBUILD +++ b/pcr/reicast-git/PKGBUILD @@ -4,11 +4,11 @@ pkgname=reicast-git pkgver=r1200.a9fc0f5 -pkgrel=3 +pkgrel=4 pkgdesc="A multiplatform Sega Dreamcast emulator" arch=('i686' 'x86_64') url="http://reicast.com/" -license=('GPL2' 'BSD' 'MIT') +license=('GPL2') conflicts=('reicast') provides=('reicast') makedepends=('git') |