summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2020-10-07 12:59:21 +0200
committerTorben2020-10-07 12:59:21 +0200
commit4fbbce327c62b63612c7f4ffd98fe1496400b642 (patch)
tree1a22d659801f078ddf492dad421c0430d57a782a
parent95d503a9e96de97183f6d39d3a0b1243585dbd31 (diff)
downloadaur-4fbbce327c62b63612c7f4ffd98fe1496400b642.tar.gz
Use libhandy instead of libhandy1 again; Update pkgver and .SRCINFO
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a11344212350..8c07c2dc298a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geary-git
pkgdesc = An email application built around conversations, for the GNOME 3 desktop.
- pkgver = r6263.8426648a
+ pkgver = r6363.da9ed075
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/geary
arch = i686
@@ -21,7 +21,7 @@ pkgbase = geary-git
depends = gnome-online-accounts
depends = gspell
depends = libgee
- depends = libhandy1
+ depends = libhandy
depends = libnotify
depends = libpeas
depends = libsoup
diff --git a/PKGBUILD b/PKGBUILD
index 0dfd30474d51..c1fd753ef182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail dot com>
pkgname=geary-git
-pkgver=r6263.8426648a
+pkgver=r6363.da9ed075
pkgrel=1
pkgdesc="An email application built around conversations, for the GNOME 3 desktop."
arch=(i686 x86_64)
url="https://gitlab.gnome.org/GNOME/geary"
license=('GPL3')
depends=('appstream-glib' 'enchant' 'folks' 'gcr' 'gmime3' 'gtk3' 'gsound'
- 'gnome-online-accounts' 'gspell' 'libgee' 'libhandy1' 'libnotify'
+ 'gnome-online-accounts' 'gspell' 'libgee' 'libhandy' 'libnotify'
'libpeas' 'libsoup' 'libunwind' 'libxml2' 'libytnef' 'sqlite'
'webkit2gtk')
makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'vala')