summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-01-15 18:35:24 +0100
committerKlaus Alexander Seistrup2024-01-15 18:35:24 +0100
commit91b79dd10ab8a8ffa6f0234d9f08c2972732b1bb (patch)
treea31f08685822bee46b8d801c733eba1e19a8b5a3
parent8a1edeceab27dbef2cd021b924a57e9658ae479c (diff)
downloadaur-91b79dd10ab8a8ffa6f0234d9f08c2972732b1bb.tar.gz
Make licenses field SPDX compatible
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 564ea1f82698..adb27fec84bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mdsilo-bin
pkgdesc = Local-first, lightweight personal wiki, RSS and podcast client (pre-compiled)
pkgver = 0.5.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mdSilo/mdSilo-app
arch = x86_64
- license = AGPL3
+ license = AGPL-3.0-or-later
depends = cairo
depends = gcc-libs
depends = gdk-pixbuf2
diff --git a/PKGBUILD b/PKGBUILD
index 90279625fd1e..3ec0402ee405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,11 @@
pkgname='mdsilo-bin'
_pkgname="${pkgname%%-bin}"
pkgver=0.5.7
-pkgrel=1
+pkgrel=2
pkgdesc='Local-first, lightweight personal wiki, RSS and podcast client (pre-compiled)'
arch=('x86_64')
-#url='https://mdsilo.com/'
url='https://github.com/mdSilo/mdSilo-app'
-license=('AGPL3')
+license=('AGPL-3.0-or-later')
depends=(
'cairo'
'gcc-libs'