summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSam Whited2020-04-12 10:38:21 -0400
committerSam Whited2020-04-12 10:38:21 -0400
commitbe548ef644f4e643d0d02cb8fd1fe82d4a34d8ac (patch)
treec7073d8ddf918462c8922b182b274d1fb5e6d0c2 /PKGBUILD
parent3f217d59a4d6cf2e09ef3a17d1b8e0f1a99596b1 (diff)
downloadaur-be548ef644f4e643d0d02cb8fd1fe82d4a34d8ac.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 836b5ecc93ff..6979a4eb41a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,19 @@
pkgname=gnome-news-git
_gitname=gnome-news
-pkgver=r308.4ad310a84996
+pkgver=r309.ab62e5299f52
pkgrel=1
pkgdesc='A GNOME 3 Feed Reader'
arch=('i686' 'x86_64')
license=('GPL3')
url="https://git.gnome.org/browse/${_gitname}"
depends=('gtk3' 'python' 'tracker>=1.5.1')
-makedepends=('appstream-glib' 'autoconf' 'automake' 'git' 'intltool')
+makedepends=('appstream-glib'
+ 'autoconf'
+ 'autoconf-archive'
+ 'automake'
+ 'git'
+ 'intltool')
options=('!emptydirs')
install=gnome-news.install
source=("git+https://gitlab.gnome.org/GNOME/${_gitname}.git")