summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergii Fesenko2024-03-02 13:26:48 +0200
committerSergii Fesenko2024-03-02 13:26:48 +0200
commit0f0cade00b36cded08181dc73b58e77e05e09cd1 (patch)
treeefe18c3b1155d5cd9df03b163205c0422436b714
parenta1ed937db7bfbbb9043a4f3631c1cec833f9b7d5 (diff)
downloadaur-0f0cade00b36cded08181dc73b58e77e05e09cd1.tar.gz
update spdx identifier 'GPL3' -> 'GPL-3.0-only'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1abd88e2177..8eddf5db9d19 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 = LGPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = gobject-introspection
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 2a2b60feb6a2..616d5805fbfb 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=(LGPL3)
+license=(GPL-3.0-only)
groups=(pantheon-unstable)
depends=(
gtk3
@@ -30,13 +30,11 @@ sha256sums=(SKIP)
pkgver() {
cd ${srcdir}/${_pkgname}
-
git describe --tags | sed 's/-/.r/; s/-g/./'
}
build() {
- arch-meson ${_pkgname} build \
- -D b_pie='false'
+ arch-meson ${_pkgname} build -D b_pie='false'
ninja -C build
}