summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubosz Sarnecki2020-05-12 14:49:20 +0200
committerLubosz Sarnecki2020-05-12 14:59:05 +0200
commitdabdfec791b54c1163c947f11c5f5119eab22995 (patch)
treead53d432ebde28ed583d965ccecaf757ed42f150
parent2fed1a2acc2dd26b955632d8d029fceafd25740f (diff)
downloadaur-dabdfec791b54c1163c947f11c5f5119eab22995.tar.gz
Use correct license name.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c822b1a70f05..a9aa779b0d97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = siril-git
url = https://www.siril.org/
arch = i686
arch = x86_64
- license = GPLv3
+ license = GPL3
makedepends = intltool
depends = gtk3
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index fdbd13d94d72..6d52f556c916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.9.12.2520.85ba0388
pkgrel=1
pkgdesc="An astronomical image processing software for Linux. (IRIS clone)"
arch=('i686' 'x86_64')
-license=('GPLv3')
+license=('GPL3')
depends=('gtk3' 'fftw' 'cfitsio' 'gsl' 'libconfig' 'opencv' 'exiv2')
makedepends=('intltool')
url="https://www.siril.org/"