summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2018-08-20 07:49:13 +1000
committerWesley Moore2018-08-20 07:49:13 +1000
commit926e441430d0c641d9128a4fe2f28cec56ce6c9b (patch)
tree81ec276917e2209c026c2b50ad89060de681ab8e /PKGBUILD
parent6801e0e2c774cfb1d4a9aadcfea012092e4ad67d (diff)
downloadaur-926e441430d0c641d9128a4fe2f28cec56ce6c9b.tar.gz
Remove duplicate vala dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ceaecf0dfc2..1aec80bb528c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=tootle
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="GTK3 client for Mastodon"
arch=('x86_64')
url="https://github.com/bleakgrey/tootle"
license=('GPL3')
-depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'vala' 'libsoup' 'granite' 'json-glib')
+depends=('glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'granite' 'json-glib')
makedepends=('git' 'desktop-file-utils' 'hicolor-icon-theme' 'intltool' 'yelp-tools' 'gnome-common' 'gobject-introspection' 'meson' 'ninja' 'vala')
options=('!libtool')
source=("https://github.com/bleakgrey/$pkgname/archive/${pkgver//_/-}.tar.gz")