summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian2023-05-18 13:57:36 +0200
committerJulian2023-05-18 13:57:36 +0200
commitf96c3f7948074ecc4267bab406ab69c0c907dd71 (patch)
tree3b8136915f06018bdd57424b26e9f3cb0b502107
parent0fc9b4030a5f59871c709dfc6586b31cf111af05 (diff)
downloadaur-f96c3f7948074ecc4267bab406ab69c0c907dd71.tar.gz
Correct license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e228e96322da..ed8d59faca4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = diebahn
pkgrel = 1
url = https://gitlab.com/Schmiddiii/diebahn
arch = any
- license = AGPL3
+ license = GPL3
makedepends = cargo
makedepends = meson
depends = libadwaita
diff --git a/PKGBUILD b/PKGBUILD
index ec8f9e1d2b8a..43eccf73ad24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="GTK4 frontend for the travel information of the german railway"
url="https://gitlab.com/Schmiddiii/$pkgname"
arch=("any")
-license=("AGPL3")
+license=("GPL3")
makedepends=("cargo" "meson")
depends=("libadwaita" "libsecret" "protobuf")
source=("https://gitlab.com/Schmiddiii/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")