summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2020-10-06 12:53:15 +0200
committerFrederic Bezies2020-10-06 12:53:15 +0200
commit462894e59236ac5cf9a13203b43b8abb37c5cc59 (patch)
tree53b7ce67a1a007d4b9cf11f386baee2c3c662c4a
parentaa0ec90db4fecdb09abbb878ff6c6dae5e31d566 (diff)
downloadaur-462894e59236ac5cf9a13203b43b8abb37c5cc59.tar.gz
libhandy 1.0 migration
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17f8cad3147b..9fc1a93789fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tootle-git
pkgdesc = GTK+ 3 client for Mastodon (git)
- pkgver = 1.0.alpha1.r2.g308f55a
+ pkgver = 1.0.alpha1.r6.g1ffd3ba
pkgrel = 1
url = https://github.com/bleakgrey/tootle
arch = i686
@@ -12,7 +12,7 @@ pkgbase = tootle-git
makedepends = vala
makedepends = gobject-introspection
depends = granite
- depends = libhandy1
+ depends = libhandy
provides = tootle
conflicts = tootle
source = git+https://github.com/bleakgrey/tootle
diff --git a/PKGBUILD b/PKGBUILD
index a29ce3edb4f6..92b2b212f2d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Jean Lucas <jean@4ray.co>
pkgname=tootle-git
-pkgver=1.0.alpha1.r2.g308f55a
+pkgver=1.0.alpha1.r6.g1ffd3ba
pkgrel=1
pkgdesc='GTK+ 3 client for Mastodon (git)'
arch=(i686 x86_64)
url=https://github.com/bleakgrey/tootle
license=(GPL3)
-depends=(granite libhandy1)
+depends=(granite libhandy)
makedepends=(git meson ninja vala gobject-introspection )
provides=(tootle)
conflicts=(tootle)