summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2020-09-30 16:20:52 -0500
committerotreblan2020-09-30 16:20:52 -0500
commit885d1fce06fbfddf0edab27710af90b286e3aa98 (patch)
tree1e30756a45f42ecbcfc1f4ac2bcc673f930c2963
parent592937521237bd83a052ab2829e09725cc4dc9e0 (diff)
downloadaur-885d1fce06fbfddf0edab27710af90b286e3aa98.tar.gz
yay can't install the correct libhandy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4c42b89d1eb..393cdb2ef5f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = giara-git
pkgdesc = Reddit gtk client
pkgver = r81.22ca5d1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GabMus/giara
arch = any
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = giara-git
makedepends = git
makedepends = gobject-introspection
depends = gtksourceview4
- depends = libhandy>=1
+ depends = libhandy1
depends = python-dateutil
depends = python-flask
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 4138a5501aca..c4a8b832e036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=giara-git
pkgver=r81.22ca5d1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Reddit gtk client"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
groups=()
depends=(
'gtksourceview4'
- 'libhandy>=1'
+ 'libhandy1'
'python-dateutil'
'python-flask'
'python-gobject'