summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfb3e5ddc7ea..e57960c675e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = glowing-bear-web
pkgdesc = A web client for WeeChat
pkgver = 0.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/glowing-bear/glowing-bear
arch = any
- license = MIT
+ license = GPL3
source = https://github.com/glowing-bear/glowing-bear/archive/0.9.0.tar.gz
sha256sums = 9ff5370b4d384b1d7fff77ed5c46014cb2733f14f5032096f4acfdf6a4d0cf63
diff --git a/PKGBUILD b/PKGBUILD
index 22d8341c21b5..9a1bbf35c190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_origname=glowing-bear
pkgname=glowing-bear-web
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="A web client for WeeChat"
arch=("any")
url="https://github.com/glowing-bear/glowing-bear"
-license=("MIT")
+license=("GPL3")
depends=()
# If want to host js files locally
# makedepends=("npm" "bower" "git")