summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b2c18ba2a74..b8239666849d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = godebug-git
pkgrel = 1
url = https://github.com/mailgun/godebug
arch = any
- license = Apache2
+ license = Apache
makedepends = go
provides = godebug
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 3ee757beda4f..304c6ec586f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Cross-platform debugger for Go"
arch=('any')
url="https://github.com/mailgun/godebug"
-license=('Apache2')
+license=('Apache')
makedepends=('go')
options=('!strip')
provides=godebug