summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5589a4356a97..d73011006d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = cvassistant-git
pkgrel = 2
url = https://cvassistant.sourceforge.io
arch = x86_64
- license = GPL
+ license = GPL-3.0-or-later
makedepends = git
depends = qt5-base
depends = quazip-legacy
diff --git a/PKGBUILD b/PKGBUILD
index 8f24a87b5e9c..474f2ba6992d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=cvassistant-git
pkgver=3.1.0.r156.7fd97f4
pkgrel=2
pkgdesc="Helps you create specialized resumes in Word .docx format fast and easy"
arch=('x86_64')
url="https://cvassistant.sourceforge.io"
-license=('GPL')
+license=('GPL-3.0-or-later')
depends=('qt5-base' 'quazip-legacy')
makedepends=('git')
provides=("${pkgname%-git}")