summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-21 08:43:32 -0600
committerMark Wagie2024-03-21 08:43:32 -0600
commitfe3e2e5258aa43f00074f5effd093e375ce953ee (patch)
tree1814570fa07bd11627ea9daa9436f256bc216977
parent8e559d8b7b8ca7107f78c40e7cfe95fc035536fe (diff)
downloadaur-sticky-notes.tar.gz
0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bdbb3af4e4f..a98f375c241d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = sticky-notes
pkgdesc = A simple sticky notes app
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/vixalien/sticky
arch = any
license = MIT
- checkdepends = appstream-glib
+ checkdepends = appstream
makedepends = git
makedepends = gobject-introspection
makedepends = meson
makedepends = yarn
depends = gjs
depends = libadwaita
- source = git+https://github.com/vixalien/sticky.git#commit=0b054a132d06964ef4e086b439ff834a552c25b5
+ source = git+https://github.com/vixalien/sticky.git#commit=73c9000a406d92bf15ccb574aa871f5c69fcb014
source = git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d2a2be409b47..0eb61e891457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=sticky-notes
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="A simple sticky notes app"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/vixalien/sticky"
license=('MIT')
depends=('gjs' 'libadwaita')
makedepends=('git' 'gobject-introspection' 'meson' 'yarn')
-checkdepends=('appstream-glib')
-_commit=0b054a132d06964ef4e086b439ff834a552c25b5 # tags/v0.2.4^0
+checkdepends=('appstream')
+_commit=73c9000a406d92bf15ccb574aa871f5c69fcb014 # tags/v0.2.5^0
source=("git+https://github.com/vixalien/sticky.git#commit=$_commit"
'git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git')
sha256sums=('SKIP'