summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllison Smith2024-03-07 15:27:18 +1100
committerAllison Smith2024-03-07 15:27:18 +1100
commit550bc584fd34108c4372263f2a39fafb8dcfffde (patch)
tree170360b78cfd0c4ab4a8d2cba0ad297748672055
parente50d7055508e3755959ec1f1f403701165a0e573 (diff)
parent7e804eaf4c36db62aed797766e2b26a29c8dc7a6 (diff)
downloadaur-550bc584fd34108c4372263f2a39fafb8dcfffde.tar.gz
Bump to 0.4.2
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8d4acafd3db..912ac6224288 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = treedome-bin
url = https://gitlab.com/treedome
install = treedome-bin.install
arch = x86_64
- groups =
+ groups =
license = GPL3
depends = cairo
depends = desktop-file-utils
diff --git a/.gitignore b/.gitignore
index 98d2bdfdd08e..5bb3fb73b757 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.deb
+deb*
*.pkg.*
download
src/
-pkg/ \ No newline at end of file
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index af485ed857aa..e344e1ccaeeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.4.2
pkgrel=1
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"
+url="https://codeberg.org/solver-orgz/treedome/"
license=('GPL3')
groups=('')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk')