summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gómez2021-04-06 22:07:06 -0500
committerAndrea Gómez2021-04-06 22:07:06 -0500
commitd53cdf97f7bd98dd15f46564f6672b887d19a743 (patch)
tree5df5a76eca2a275642d8d354cbb0589565560d09
parent341bed18058b93f3a9c56240e3f48b3873031ae2 (diff)
downloadaur-d53cdf97f7bd98dd15f46564f6672b887d19a743.tar.gz
Corrected license name.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ea899a1c083..190e3b90dcd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = teleirc-bin
pkgrel = 1
url = https://github.com/RITlug/teleirc
arch = x86_64
- license = GPL-3
+ license = GPL3
provides = teleirc
conflicts = teleirc
source = https://github.com/RITlug/teleirc/releases/download/v2.1.0/teleirc-2.1.0-linux-x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4930d81b2621..450df0fd2904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
url="https://github.com/RITlug/teleirc"
pkgdesc='Go implementation of a Telegram <=> IRC bridge for use with any IRC channel and Telegram group.'
arch=(x86_64)
-license=("GPL-3")
+license=("GPL3")
provides=($_pkgname)
conflicts=($_pkgname)
source=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-x86_64")