summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 16:17:25 -0700
committerMark Wagie2024-01-20 16:17:25 -0700
commitf341bef5cf27c74a20de8b3c9104e9bf0dedfefd (patch)
tree42688fb51e386ed2fabf02d93ee40a681678116e /PKGBUILD
parent73f5f34faeacc9ae50ec6770a079d184bce7769f (diff)
downloadaur-f341bef5cf27c74a20de8b3c9104e9bf0dedfefd.tar.gz
use SPDX license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed6ce62bdf14..2595fd5a0a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A Gtk utility to set different backgrounds for each monitor on GNOME"
arch=('any')
url="https://hydrapaper.gabmus.org"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('libadwaita' 'dbus-python' 'python-gobject' 'python-pillow')
makedepends=('blueprint-compiler' 'git' 'gobject-introspection' 'meson' 'pandoc')
checkdepends=('appstream')
@@ -14,7 +14,7 @@ source=("git+https://gitlab.gnome.org/GabMus/HydraPaper.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
- cd "$srcdir/HydraPaper"
+ cd HydraPaper
git describe --tags | sed 's/-/+/g'
}