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 afbeb3b5652a..339ca73d6d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = geany-highlightselectedword
pkgdesc = Geany plugin that highlights all instances of the currently selected word
pkgver = 20160801
- pkgrel = 2
+ pkgrel = 3
url = https://sourceforge.net/projects/geanyhighlightselectedword/
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
depends = geany
source = https://downloads.sourceforge.net/project/geanyhighlightselectedword/GeanyHighlightSelectedWord_2016-08-01T00-53-19.zip
sha256sums = ab9d8dd680c8b446e4433bec5c3c2a329d30c1b65c2e2ecdaff95444454acfcd
diff --git a/PKGBUILD b/PKGBUILD
index f74c452af90d..e6401533a134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pkgname="geany-highlightselectedword"
pkgname="$_pkgname"
pkgver=20160801
-pkgrel=2
+pkgrel=3
pkgdesc="Geany plugin that highlights all instances of the currently selected word"
url="https://sourceforge.net/projects/geanyhighlightselectedword/"
-license=('GPL')
+license=('GPL-2.0-or-later')
arch=('i686' 'x86_64')
depends=(