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 daa2a1a90b61..e32afcecad00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = fvwm
pkgdesc = Fvwm2 - a virtual window manager. Only gets serious bugfixes. New version is Fvwm3.
pkgver = 2.7.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.fvwm.org
arch = x86_64
- license = GPL
+ license = GPL-2.0-only
license = custom
makedepends = libxslt
depends = fribidi
diff --git a/PKGBUILD b/PKGBUILD
index 634d72f8fad5..fb407dff94e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=fvwm
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fvwm2 - a virtual window manager. Only gets serious bugfixes. New version is Fvwm3."
arch=('x86_64')
url="http://www.fvwm.org"
-license=('GPL' 'custom')
+license=('GPL-2.0-only' 'custom')
depends=('fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 'libxcursor' 'python-xdg')
makedepends=('libxslt')
optdepends=('perl-tk: for ClickToFocus support'