summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b38ef9d01028..357fb6df08de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = numix-frost-themes
pkgdesc = A modern flat theme with a combination of light and dark elements - Antergos Edition
pkgver = 3.6.6
- pkgrel = 3
+ pkgrel = 4
url = https://numixproject.github.io/
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = gdk-pixbuf2
makedepends = glib2
makedepends = ruby-sass
diff --git a/PKGBUILD b/PKGBUILD
index ddf73b8f6bd2..38823c465744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
# Contributor: dmiranda at gmail dot com
pkgname=numix-frost-themes
pkgver=3.6.6
-pkgrel=3
+pkgrel=4
pkgdesc="A modern flat theme with a combination of light and dark elements - Antergos Edition"
arch=('any')
url="https://numixproject.github.io/"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gtk-engine-murrine')
makedepends=('gdk-pixbuf2' 'glib2' 'ruby-sass')
source=("https://github.com/Antergos/Numix-Frost/archive/$pkgver.tar.gz")