summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-23 10:07:38 -0600
committerMark Wagie2023-03-23 10:07:38 -0600
commit867ae61450a5fe1d8d686fa8cb2a87661b133ebd (patch)
treea74d43aa0bedbe4a705c94e0ae13be9755daad85
parent7135e00beb5276a7fcfee7c2cdc4a48c0447002a (diff)
downloadaur-867ae61450a5fe1d8d686fa8cb2a87661b133ebd.tar.gz
0.1.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c11dffd903f3..79ced1cfeb72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sticky-notes
pkgdesc = A simple sticky notes app
- pkgver = 0.1.5
+ pkgver = 0.1.8
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=231b87779dc505ab54b39efd04ebfe0a94c31b5d
+ source = git+https://github.com/vixalien/sticky.git#commit=c13dc0cb99e30fe17bbc64b254edf3cd13cd9099
source = git+https://gitlab.gnome.org/BrainBlasted/gi-typescript-definitions.git
sha256sums = SKIP
sha256sums = SKIP
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() {