summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-20 08:28:28 -0600
committerMark Wagie2023-04-20 08:28:28 -0600
commit03461d1b763da7f45fb04c0779f158b3003f6214 (patch)
tree64fb5dddea70f949db1fc2baa8f5a6677196bdda
parent75bd3b65ea8f11d774f367a7c38c50a06df31af3 (diff)
downloadaur-03461d1b763da7f45fb04c0779f158b3003f6214.tar.gz
0.1.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a8a40d62db8..dc00e92586f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sticky-notes
pkgdesc = A simple sticky notes app
- pkgver = 0.1.10
+ pkgver = 0.1.11
pkgrel = 1
url = https://github.com/vixalien/sticky
arch = any
@@ -12,7 +12,7 @@ pkgbase = sticky-notes
makedepends = yarn
depends = gjs
depends = libadwaita
- source = git+https://github.com/vixalien/sticky.git#commit=9b8536aa8ac176721399dfa343e9393a57a4c75f
+ source = git+https://github.com/vixalien/sticky.git#commit=2e5bf52aa6ebd7365aa1fb2439ef90806a56a578
source = git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 302e892a3168..3c3d2d43c545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=sticky-notes
-pkgver=0.1.10
+pkgver=0.1.11
pkgrel=1
pkgdesc="A simple sticky notes app"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('gjs' 'libadwaita')
makedepends=('git' 'gobject-introspection' 'meson' 'yarn')
checkdepends=('appstream-glib')
-_commit=9b8536aa8ac176721399dfa343e9393a57a4c75f # tags/v0.1.10^0
+_commit=2e5bf52aa6ebd7365aa1fb2439ef90806a56a578 # tags/v0.1.11^0
source=("git+https://github.com/vixalien/sticky.git#commit=$_commit"
'git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git')
sha256sums=('SKIP'
@@ -27,7 +27,7 @@ prepare() {
git -c protocol.file.allow=always submodule update
# Correct version:
- sed -i 's/0.1.8/0.1.10/g' meson.build
+ sed -i 's/0.1.8/0.1.11/g' meson.build
}
build() {