summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoredward-p2024-01-17 09:53:56 +0800
committeredward-p2024-01-17 09:53:56 +0800
commit077f59c7888e9cf86fe409316500e5db1c882802 (patch)
treedd511cf8e599d1f6ce71a293c3fd54cbe3e2beba
parent62601d26575aa012496c66d7e19e8906141c8b60 (diff)
downloadaur-go-stun-git.tar.gz
go-stun-git: use standard license Apache-2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c64e130c5d..c754e5e7826b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = go-stun-git
pkgdesc = A go implementation of the STUN client (RFC 3489 and RFC 5389)
- pkgver = r136.0f417a9
- pkgrel = 1
+ pkgver = r137.d32c135
+ pkgrel = 2
url = https://github.com/ccding/go-stun
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = go
makedepends = git
provides = go-stun
diff --git a/PKGBUILD b/PKGBUILD
index 3c6f6dd022b3..9d3ab5bbf189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Edward Pacman <edward@edward-p.xyz>
pkgname=go-stun-git
-pkgver=r136.0f417a9
-pkgrel=1
+pkgver=r137.d32c135
+pkgrel=2
pkgdesc="A go implementation of the STUN client (RFC 3489 and RFC 5389)"
arch=('x86_64')
url="https://github.com/ccding/go-stun"
-license=('Apache')
+license=('Apache-2.0')
source=(
"git+https://github.com/ccding/go-stun.git"
"00-default-stun-server.patch"