summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2023-10-11 13:28:51 +0300
committerIgor Dyatlov2023-10-11 13:28:51 +0300
commitb829486673c80d9f9a274d7fa001010f332bb7bd (patch)
treed5824d4e91a3bc3607cf9274e1db29db5ee14004
parentd1a73d70cfee0c1d6e20f81be979527bcbdb45ae (diff)
downloadaur-b829486673c80d9f9a274d7fa001010f332bb7bd.tar.gz
Update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19f85676bfc0..4d541b7fcd6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flowtime
pkgdesc = Get what motivates you done, without losing concentration
- pkgver = 3.1
+ pkgver = 5.1
pkgrel = 1
url = https://github.com/Diego-Ivan/Flowtime
arch = x86_64
@@ -12,9 +12,10 @@ pkgbase = flowtime
makedepends = vala
depends = gstreamer
depends = libadwaita
+ depends = libportal-gtk4
depends = libxml2
depends = libgee
- source = flowtime::git+https://github.com/Diego-Ivan/Flowtime.git#commit=efb540def77b36a5a9fb1f9d6713067fdaa0de9a
+ source = flowtime::git+https://github.com/Diego-Ivan/Flowtime.git#tag=v5.1
b2sums = SKIP
pkgname = flowtime
diff --git a/PKGBUILD b/PKGBUILD
index f670bbfc5990..d0a46c9daa59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=flowtime
-pkgver=3.1
+pkgver=5.1
pkgrel=1
pkgdesc="Get what motivates you done, without losing concentration"
arch=('x86_64' 'aarch64')
url="https://github.com/Diego-Ivan/Flowtime"
license=('GPL3')
-depends=('gstreamer' 'libadwaita' 'libxml2' 'libgee')
+depends=('gstreamer' 'libadwaita' 'libportal-gtk4' 'libxml2' 'libgee')
makedepends=('git' 'meson' 'vala')
checkdepends=('appstream-glib')
-_commit=efb540def77b36a5a9fb1f9d6713067fdaa0de9a # tags/3.1^0
-source=("$pkgname::git+$url.git#commit=$_commit")
+source=($pkgname::git+$url.git#tag=v$pkgver)
b2sums=('SKIP')
pkgver() {