diff options
author | Mike Nagie | 2016-06-01 14:25:56 +0200 |
---|---|---|
committer | Mike Nagie | 2016-06-01 14:25:56 +0200 |
commit | d21480f0f2677c47a542e92c34346b0789f27351 (patch) | |
tree | c820a228790fbf4afd370ad828348593263111e4 /PKGBUILD | |
parent | 74887f5beade9f369b6d79964ee007475ad303ae (diff) | |
download | aur-d21480f0f2677c47a542e92c34346b0789f27351.tar.gz |
license fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="Adds a Contrast Adjustment layer to your image to help fix contrast problems." arch=('any') url="http://registry.gimp.org/node/182" -license=('GPLv3') +license=('GPL3') depends=('gimp') source=(http://registry.gimp.org/files/Darla-ContrastFix.scm) md5sums=('b4a23007c15abe521a0a46ec2f04e515') |