summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent341bed18058b93f3a9c56240e3f48b3873031ae2 (diff)
downloadaur-d53cdf97f7bd98dd15f46564f6672b887d19a743.tar.gz
Corrected license name.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")