summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'