summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Scholer2015-09-27 03:59:34 +0200
committerRaphael Scholer2015-09-27 03:59:34 +0200
commitbeab5d009113cfadd753a580bb32562d663da80b (patch)
treecc7cd34c07cc869f2540ad96ab51e851e5519eb5
parent094688c7b05211011f1d93c2d01dfc80e3a2f3e3 (diff)
downloadaur-beab5d009113cfadd753a580bb32562d663da80b.tar.gz
Upstream changed license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e93be14ffc..1ead79b80dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libreoffice-style-elementary
pkgdesc = elementary icons for LibreOffice
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shimmerproject/libreoffice-style-elementary
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = zip
conflicts = libreoffice-style-elementary-git
source = libreoffice-style-elementary-0.2.tar.gz::https://github.com/shimmerproject/libreoffice-style-elementary/archive/v0.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3bb5c406fad7..ca22d07fa1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Raphael Scholer <rascholer@gmail.com>
pkgname=libreoffice-style-elementary
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc='elementary icons for LibreOffice'
arch=('i686' 'x86_64')
url="https://github.com/shimmerproject/${pkgname}"
-license=('GPL')
+license=('GPL3')
conflicts=("${pkgname}-git")
makedepends=('zip')
source=("${pkgname}-${pkgver}.tar.gz"::"${url}/archive/v${pkgver}.tar.gz")