summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-03-23 10:07:38 -0600
committerMark Wagie2023-03-23 10:07:38 -0600
commit867ae61450a5fe1d8d686fa8cb2a87661b133ebd (patch)
treea74d43aa0bedbe4a705c94e0ae13be9755daad85 /PKGBUILD
parent7135e00beb5276a7fcfee7c2cdc4a48c0447002a (diff)
downloadaur-867ae61450a5fe1d8d686fa8cb2a87661b133ebd.tar.gz
0.1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d264bec501e..67c51d88433d 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.5
+pkgver=0.1.8
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=231b87779dc505ab54b39efd04ebfe0a94c31b5d # tags/v0.1.5^0
+_commit=c13dc0cb99e30fe17bbc64b254edf3cd13cd9099 # tags/v0.1.8^0
source=("git+https://github.com/vixalien/sticky.git#commit=$_commit"
'git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git')
sha256sums=('SKIP'
@@ -25,9 +25,6 @@ prepare() {
git submodule init
git config submodule.gi-types.url "$srcdir/gi-typescript-definitions"
git -c protocol.file.allow=always submodule update
-
- # Correct version
- sed -i 's/0.1.1/0.1.5/g' meson.build
}
build() {