Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-break-timer


Commits:
1727eb27 by Antonio Rojas at 2024-04-27T19:27:27+02:00
upgpkg: 3.1.0-1: Update to 3.1.0

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = gnome-break-timer
+       pkgdesc = Keeps track of how much you are using the computer, and it 
reminds you to take regular breaks
+       pkgver = 3.1.0
+       pkgrel = 1
+       url = https://wiki.gnome.org/Apps/BreakTimer
+       arch = x86_64
+       license = GPL3
+       makedepends = meson
+       makedepends = git
+       makedepends = vala
+       makedepends = blueprint-compiler
+       depends = gsound
+       depends = gtk4
+       depends = libnotify
+       depends = libadwaita
+       source = 
git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#tag=3.1.0
+       sha256sums = 
5a2e42d98407db3c8c4e2a6a1182cfb4e95a29e2d0af73b08af328d95e1456a0
+
+pkgname = gnome-break-timer


=====================================
PKGBUILD
=====================================
@@ -1,22 +1,16 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=gnome-break-timer
-pkgver=2.1.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Keeps track of how much you are using the computer, and it reminds 
you to take regular breaks"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/BreakTimer";
 license=('GPL3')
-depends=('gsound' 'gtk3' 'libnotify')
-makedepends=('meson' 'git' 'vala')
-_commit=8f938244d5f444bde2c47c510d9245f0e6d768cf
-source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
+depends=('gsound' 'gtk4' 'libnotify' 'libadwaita')
+makedepends=('meson' 'git' 'vala' 'blueprint-compiler')
+source=("git+https://gitlab.gnome.org/GNOME/gnome-break-timer.git#tag=$pkgver";)
+sha256sums=('5a2e42d98407db3c8c4e2a6a1182cfb4e95a29e2d0af73b08af328d95e1456a0')
 
 build() {
   arch-meson $pkgname build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-break-timer/-/commit/1727eb279c90ff395e70788a7cf9b6a2abce9dba

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-break-timer/-/commit/1727eb279c90ff395e70788a7cf9b6a2abce9dba
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to