summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'