summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-04-19 03:46:52 -0300
committerRafael Fontenelle2021-04-19 03:46:52 -0300
commitb947608006e346465e8dc392a91412f2282b7e3c (patch)
tree55d8ca6ae29addd80daa757e63739cec2da85dd5
parentb53d2f0e8bebacb074d7e5909b320252fe090143 (diff)
downloadaur-b947608006e346465e8dc392a91412f2282b7e3c.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0366fbdf3a03..1c29bc0896f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solanum
pkgdesc = A pomodoro timer for the GNOME desktop
- pkgver = v1.1.0.r0.g9804c7b
+ pkgver = v2.1.0.r0.g3e69272
pkgrel = 1
url = https://gitlab.gnome.org/World/solanum
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = solanum
makedepends = rust
makedepends = meson
makedepends = git
+ depends = libadwaita
depends = gst-plugins-bad-libs
- depends = libhandy
- source = git+https://gitlab.gnome.org/World/solanum#commit=9804c7bab1de46fb14bdd24784cecfa09c0fff5b
+ source = git+https://gitlab.gnome.org/World/solanum#commit=3e69272fb31bf18a7aa74ece9d904d445c458274
md5sums = SKIP
pkgname = solanum
diff --git a/PKGBUILD b/PKGBUILD
index 257b7b984bd0..2479d73ed6c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=solanum
-pkgver=v1.1.0.r0.g9804c7b
+pkgver=v2.1.0.r0.g3e69272
pkgrel=1
pkgdesc="A pomodoro timer for the GNOME desktop"
arch=(x86_64)
url="https://gitlab.gnome.org/World/solanum"
license=('GPL3')
-depends=('gst-plugins-bad-libs' 'libhandy')
+depends=('libadwaita' 'gst-plugins-bad-libs')
makedepends=('rust' 'meson' 'git')
checkdepends=('appstream-glib')
-_commit=9804c7bab1de46fb14bdd24784cecfa09c0fff5b
+_commit=3e69272fb31bf18a7aa74ece9d904d445c458274 # tags/v2.1.0
source=("git+$url#commit=$_commit")
md5sums=('SKIP')