summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Luntzer2019-09-10 14:38:19 +0200
committerArmin Luntzer2019-09-10 14:38:19 +0200
commit2f0d8cb065244c96faa1886284ffefc8d7433494 (patch)
tree87fcc3fe5fa6caa341d2d51e7a33b9add2ca43cb
parentdec200d582fabfb18d834ed60b72bebd6692f8d7 (diff)
downloadaur-2f0d8cb065244c96faa1886284ffefc8d7433494.tar.gz
uppkgrel: fix typo in license field, this is LGPL, not GPL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff5081c6a8db..a183269a0b3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gtknodes-git
pkgdesc = A GTK-based library to create functional flow graphs with the ability to pass arbitrary data between connected elements.
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aluntzer/gtknodes
arch = x86_64
- license = GPL
+ license = LGPL
makedepends = git
makedepends = gobject-introspection
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index f139a0924a8c..1a8e42a5d13a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gtknodes-git
_pkgname=gtknodes
pkgver=0.1
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="A GTK-based library to create functional flow graphs with the ability to pass arbitrary data between connected elements."
arch=('x86_64')
url="https://github.com/aluntzer/$_pkgname"
-license=('GPL')
+license=('LGPL')
depends=('gtk3')
makedepends=('git' 'gobject-introspection')
source=("git://github.com/aluntzer/$_pkgname.git")