summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bca3eb42fd1d..a12d7f8e047d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = ntfs-automount
pkgver = 0.1
pkgrel = 1
arch = any
- license = GPL
+ license = GPL3
depends = udev
source = https://github.com/n34r1297/easyarch/raw/master/ntfs-automount/Releases/ntfs-automount-0.1.tar.gz
md5sums = 65c43ce38ceecec2e5964af4b1a1ca9e
diff --git a/PKGBUILD b/PKGBUILD
index 2c0458575b13..b229d509b58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="ntfs-automount"
pkgdesc="NTFS automount utility based on udev rule"
pkgver=0.1
pkgrel=1
-license=('GPL')
+license=('GPL3')
arch=('any')
depends=('udev')
source=(https://github.com/n34r1297/easyarch/raw/master/ntfs-automount/Releases/$pkgname-$pkgver.tar.gz)