summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892023-08-09 11:06:53 +0200
committerPhoton892023-08-09 11:06:53 +0200
commit1c5b61aea03479fa4555d4d25bb684b7205843d8 (patch)
treef2d9afaceda890068da165fb420f33b0703f9a1b
parent1ad7a90d7ac7bdfff9162c119664b6751d13c452 (diff)
downloadaur-1c5b61aea03479fa4555d4d25bb684b7205843d8.tar.gz
Fixed license info in silent update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acba95a1403f..f7f22e74ab52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = xournalpp-plugin-functionplotter-git
url = https://github.com/xournalpp/xournalpp/pull/3811
arch = i686
arch = x86_64
- license = custom
+ license = GPL2
makedepends = git
depends = lua-lgi
depends = xournalpp
diff --git a/PKGBUILD b/PKGBUILD
index 20ccc9473804..8b0803b4a725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=r5070.2d42e1c7
pkgrel=1
pkgdesc='Basic function plotter plugin for Xournal++ using the recent Lua API extension'
arch=('i686' 'x86_64')
-license=(custom)
+license=('GPL2')
url='https://github.com/xournalpp/xournalpp/pull/3811'
depends=('lua-lgi' 'xournalpp')
makedepends=('git')