summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-03-27 09:00:34 +0200
committerKlaus Alexander Seistrup2023-03-27 09:00:34 +0200
commit1c3f603e9cb4eaf32707972d55b0bb1bdc2337e9 (patch)
treeda7a3d94798cbcfce9634013c332d8ce4231ac44
parent3ff7a280e8b6b1e48ed958215a74e84e1327868c (diff)
downloadaur-1c3f603e9cb4eaf32707972d55b0bb1bdc2337e9.tar.gz
Use Microsoft GitHub URL instead of homepage
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11e624c622a2..ba96ad2f979e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mdsilo-bin
pkgdesc = Local-first, lightweight personal wiki, RSS and podcast client (pre-compiled)
pkgver = 0.5.5
- pkgrel = 1
- url = https://mdsilo.com/
+ pkgrel = 2
+ url = https://github.com/mdSilo/mdSilo-app
arch = x86_64
license = AGPL3
depends = cairo
diff --git a/PKGBUILD b/PKGBUILD
index a93d3627921e..8a84def7ed2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname='mdsilo-bin'
_pkgname="${pkgname%%-bin}"
pkgver=0.5.5
-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'
+#url='https://mdsilo.com/'
+url='https://github.com/mdSilo/mdSilo-app'
license=('AGPL3')
depends=(
'cairo'
@@ -24,7 +24,7 @@ depends=(
provides=("$_pkgname")
conflicts=("$_pkgname")
source=(
- "$_url/releases/download/app-v$pkgver/${_pkgname}_${pkgver}_amd64.deb"
+ "$url/releases/download/app-v$pkgver/${_pkgname}_${pkgver}_amd64.deb"
)
package() {