summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandroZanatta2023-03-02 12:04:40 +0100
committerAlessandroZanatta2023-03-02 12:04:40 +0100
commitf0839733e25901f995131295324ccc958d86613f (patch)
treea0f206a27688a6d9b6b0733091b98cb1150fa902
parentc11cf38b26bdbcfc46f3fe3a93fa704d81a17efb (diff)
downloadaur-f0839733e25901f995131295324ccc958d86613f.tar.gz
Updated LICENSE.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2449c1f9f397..2d2c20239d50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = into-cps-application-bin
pkgdesc = Frontend of the INTO-CPS Tool Chain
pkgver = 4.0.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/INTO-CPS-Association/into-cps-application
arch = x86_64
- license = MIT
+ license = unknown
provides = into-cps-application
options = !strip
source = INTO-CPS-application-4.0.5.AppImage::https://github.com/INTO-CPS-Association/INTO-CPS-application/releases/download/v4.0.5/INTO-CPS-application-4.0.5.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 6c5e0b650687..deb545473614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=into-cps-application-bin
_pkgname=INTO-CPS-application
pkgver=4.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Frontend of the INTO-CPS Tool Chain"
arch=('x86_64')
url="https://github.com/INTO-CPS-Association/into-cps-application"
-license=('MIT')
+license=('unknown')
provides=('into-cps-application')
_appimage="${_pkgname}-${pkgver}.AppImage"
source=("${_appimage}::https://github.com/INTO-CPS-Association/$_pkgname/releases/download/v$pkgver/${_appimage}")