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 57e5adc891db..6ddd19944a6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libbrotli-git
pkgdesc = meta project to build libraries from the brotli source code
pkgver = r38.1606131
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/brotli
arch = x86_64
arch = i686
- license = GPL
+ license = Apache
makedepends = git
depends = brotli
provides = libbrotli
diff --git a/PKGBUILD b/PKGBUILD
index 0203861cb841..465391999e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Alexander Minges <alexander.minges@gmail.com>
pkgname=libbrotli-git
pkgver=r38.1606131
-pkgrel=1
+pkgrel=2
pkgdesc="meta project to build libraries from the brotli source code"
arch=('x86_64' 'i686')
url="https://github.com/google/brotli"
-license=('GPL')
+license=('Apache')
makedepends=('git')
depends=('brotli')
provides=('libbrotli')