summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorotreblan2020-09-30 16:20:52 -0500
committerotreblan2020-09-30 16:20:52 -0500
commit885d1fce06fbfddf0edab27710af90b286e3aa98 (patch)
tree1e30756a45f42ecbcfc1f4ac2bcc673f930c2963 /PKGBUILD
parent592937521237bd83a052ab2829e09725cc4dc9e0 (diff)
downloadaur-885d1fce06fbfddf0edab27710af90b286e3aa98.tar.gz
yay can't install the correct libhandy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'