summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Musco2020-10-07 08:09:31 +0200
committerGabriele Musco2020-10-07 08:09:31 +0200
commit1ede203ad91ae512db4385eb4359903eb4579b95 (patch)
treed2d64ddc9db4d704ec1c5252fdc092c295e4f983
parent1ad57f3d3c1a398066e4e19cbc8c305cfc0a17ab (diff)
downloadaur-1ede203ad91ae512db4385eb4359903eb4579b95.tar.gz
changed libhandy1 dependency to libhandy
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43bd6680c73d..83dd78ae6b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gfeeds-git
pkgdesc = News reader for GNOME
pkgver = 0.15.r0.ge80b18f
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/gabmus/gnome-feeds
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = gfeeds-git
depends = python-pytz
depends = python-dateutil
depends = python-pillow
- depends = libhandy1>=0.83
+ depends = libhandy>=0.83
depends = python-listparser
depends = python-feedparser
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index f7149a7e7de8..6d41264cece0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gfeeds-git
pkgver=0.15.r0.ge80b18f
-pkgrel=1
+pkgrel=2
pkgdesc='News reader for GNOME'
arch=('any')
url='https://gitlab.com/gabmus/gnome-feeds'
@@ -14,7 +14,7 @@ depends=(
'python-pytz'
'python-dateutil'
'python-pillow'
- 'libhandy1>=0.83'
+ 'libhandy>=0.83'
'python-listparser'
'python-feedparser'
'python-requests'