summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2024-03-15 00:12:15 +0200
committerAdrian Perez de Castro2024-03-15 00:12:15 +0200
commit5fd9f043440b385a827d2166714fc175b3e13f4d (patch)
treef94691369a1af7fabd5a5e2450974d9a9ba54a95
parentb36687084a3d5a257acfb62161913c4e31d4fdc6 (diff)
downloadaur-5fd9f043440b385a827d2166714fc175b3e13f4d.tar.gz
Use SPDX license identifiers
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 705f8ccb33c8..144af4590b0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = wf-shell
pkgdesc = GTK3-based panel for the Wayfire compositor
pkgver = 0.8.1
- pkgrel = 3
+ pkgrel = 4
url = https://wayfire.org
arch = x86_64
arch = aarch6
- license = custom:MIT
+ license = MIT
makedepends = wayland
makedepends = wayland-protocols
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 2aca18959eb8..7c94f93477f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wf-shell
pkgver=0.8.1
-pkgrel=3
+pkgrel=4
pkgdesc='GTK3-based panel for the Wayfire compositor'
url=https://wayfire.org
arch=(x86_64 aarch6)
-license=(custom:MIT)
+license=(MIT)
conflicts=("${pkgname}-git")
depends=('gtk-layer-shell>=0.5' "wayfire>=${pkgver}" libpulse gtkmm3 alsa-lib libdbusmenu-gtk3)
makedepends=(wayland wayland-protocols meson ninja gobject-introspection glm)