diff --git a/.SRCINFO b/.SRCINFO index 0dbe61b..20b0eb3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = clonezilla-unstable pkgrel = 1 url = https://clonezilla.org arch = any - license = GPL2 + license = GPL-2.0-or-later depends = drbl depends = partclone depends = ntfs-3g diff --git a/PKGBUILD b/PKGBUILD index c1d92ec..3f24d81 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="ncurses partition and disk imaging/cloning program" arch=('any') url="https://clonezilla.org" -license=('GPL2') +license=('GPL-2.0-or-later') depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted' 'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip' 'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')