summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa72b5e84fe3..38d64b617ae7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solanum
pkgdesc = A pomodoro timer for the GNOME desktop
- pkgver = 4.0.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://gitlab.gnome.org/World/solanum
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = solanum
makedepends = git
depends = libadwaita
depends = gst-plugins-bad-libs
- source = git+https://gitlab.gnome.org/World/solanum#commit=33c01f8a2da39cba0bc1744e405de2be833876cd
+ source = git+https://gitlab.gnome.org/World/solanum#commit=c2821a86
sha256sums = SKIP
pkgname = solanum
diff --git a/PKGBUILD b/PKGBUILD
index f49765b5a3ed..7c2172840bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=solanum
-pkgver=4.0.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="A pomodoro timer for the GNOME desktop"
arch=(x86_64)
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('libadwaita' 'gst-plugins-bad-libs')
makedepends=('blueprint-compiler' 'cargo' 'meson' 'git')
checkdepends=('appstream-glib')
-_commit=33c01f8a2da39cba0bc1744e405de2be833876cd # releases/v4.0.0
+_commit=c2821a86 # releases/v5.0.0
source=("git+$url#commit=$_commit")
sha256sums=('SKIP')