summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergii Fesenko2024-03-02 13:36:37 +0200
committerSergii Fesenko2024-03-02 13:36:37 +0200
commitfb8375f5475ade699904dea81b8744d53b98dc80 (patch)
tree5c83a78b4c4d81eb05bcbb1ddb9c95a411e482c3
parent548396596451792d4273caf07e758d74e748125c (diff)
downloadaur-granite7-git.tar.gz
maimaintenance:
- update spdx identifier LGPL3 -> LGPL-3.0-only - add conflicts=granite7
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a87227bf446..7aff36128b05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = granite7-git
url = https://github.com/elementary/granite
arch = x86_64
groups = pantheon-unstable
- license = LGPL3
+ license = LGPL-3.0-only
makedepends = git
makedepends = gobject-introspection
makedepends = meson
@@ -16,6 +16,7 @@ pkgbase = granite7-git
depends = libgee
provides = granite7
provides = libgranite-7.so
+ conflicts = granite7
source = granite7::git+https://github.com/elementary/granite.git#branch=main
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 519ed5708f13..882b19f9ae3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Library that extends GTK with common widgets and utilities'
arch=(x86_64)
url=https://github.com/elementary/granite
-license=(LGPL3)
+license=(LGPL-3.0-only)
groups=(pantheon-unstable)
depends=(
gtk4
@@ -25,14 +25,12 @@ provides=(
granite7
libgranite-7.so
)
-source=(
- "${_pkgname}::git+https://github.com/elementary/granite.git#branch=main"
- )
+conflicts=(granite7)
+source=("${_pkgname}::git+https://github.com/elementary/granite.git#branch=main")
sha256sums=(SKIP)
pkgver() {
cd ${_pkgname}
-
git describe --tags --long | sed 's/-/.r/; s/-g/./'
}
@@ -46,3 +44,4 @@ package() {
}
# vim: ts=2 sw=2 et:
+