summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eddf5db9d19..796d1222ae92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = granite-git
url = https://github.com/elementary/granite
arch = x86_64
groups = pantheon-unstable
- license = GPL-3.0-only
+ license = LGPL-3.0-only
makedepends = git
makedepends = gobject-introspection
makedepends = meson
@@ -15,6 +15,7 @@ pkgbase = granite-git
depends = libgee
provides = granite
provides = libgranite.so
+ conflicts = granite
source = git+https://github.com/elementary/granite.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 616d5805fbfb..78d63cfc5652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Library that extends GTK with common widgets and utilities'
arch=(x86_64)
url=https://github.com/elementary/granite
-license=(GPL-3.0-only)
+license=(LGPL-3.0-only)
groups=(pantheon-unstable)
depends=(
gtk3
@@ -25,6 +25,7 @@ provides=(
granite
libgranite.so
)
+conflicts=(granite)
source=(git+https://github.com/elementary/granite.git)
sha256sums=(SKIP)