summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllison Smith2024-02-19 00:31:28 +1100
committerAllison Smith2024-02-19 00:31:28 +1100
commitbc07807c0818faf6c81f52d1e60cf3b78c7872e5 (patch)
treea14c60ac9cf6f07598b94d76d627d416172ba3fe
parent89babff7dc422e9ca6eab80b69f5cb71235917e5 (diff)
downloadaur-bc07807c0818faf6c81f52d1e60cf3b78c7872e5.tar.gz
Change repo to codeberg
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c1e40fe501..03924b76b6ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = treedome-bin
pkgdesc = A local-first, encrypted, note taking application with tree-like structures, all written and saved in markdown
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/treedome
install = treedome-bin.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = treedome-bin
depends = webkit2gtk
options = !strip
options = !emptydirs
- source = https://gitlab.com/treedome/treedome/-/jobs/4960465588/artifacts/raw/treedome_amd64.deb
+ source = https://codeberg.org/solver-orgz/treedome/releases/download/0.3.1/deb%20package
sha512sums = 41bbee9bd63bf632b3807c592909fb2d59edce61099608e7d44ca66762aef1819578b96f0ed1055f89d8b6e16f001720acf7d181301345d9464f1bd70c26ad89
pkgname = treedome-bin
diff --git a/PKGBUILD b/PKGBUILD
index aeb3c79a6f2f..d4be0f6bcc66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=treedome-bin
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A local-first, encrypted, note taking application with tree-like structures, all written and saved in markdown"
arch=('x86_64')
url="https://gitlab.com/treedome"
@@ -13,7 +13,7 @@ groups=('')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk')
options=('!strip' '!emptydirs')
install=${pkgname}.install
-source=("https://gitlab.com/treedome/treedome/-/jobs/4960465588/artifacts/raw/treedome_amd64.deb")
+source=("https://codeberg.org/solver-orgz/treedome/releases/download/"${pkgver}"/deb%20package")
sha512sums=('41bbee9bd63bf632b3807c592909fb2d59edce61099608e7d44ca66762aef1819578b96f0ed1055f89d8b6e16f001720acf7d181301345d9464f1bd70c26ad89')
package(){