summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIppytraxx2015-10-17 17:49:07 +0200
committerIppytraxx2015-10-17 17:57:14 +0200
commit1290c254f59e6c5aea6ac82d390430fd909ac8b8 (patch)
treeb0ff504ea4f4c59be8e6b7ef478cb24df640759f
parent3f2b403777d5bbac9b71d198bf547d02df31a34b (diff)
downloadaur-1290c254f59e6c5aea6ac82d390430fd909ac8b8.tar.gz
Update PKGBUILD
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d8c3c5c1d90..b5740b322091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Vincent <ippytraxx@installgentoo.com>
pkgname=gnome-twitch-git
-pkgver=r35.9eb52c6
+pkgver=r165.5931851
pkgrel=1
-pkgdesc="Enjoy Twitch on your GNOME desktop"
+pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
url="https://github.com/Ippytraxx/gnome-twitch"
license=('GPL3')
makedepends=('git' 'meson')
-depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
+depends=('gtk3' 'libsoup' 'json-glib' 'gstreamer' 'gst-libav' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly' 'clutter-gst' 'clutter-gtk')
install=gnome-twitch-git.install
source=("$pkgname::git+https://github.com/ippytraxx/gnome-twitch.git")
md5sums=('SKIP')
@@ -31,6 +31,7 @@ build()
package()
{
cd "$pkgname"/build
- mesonconf -Dprefix=/usr
+ mesonconf -Dprefix=/usr
+ mesonconf -Dtype=release
DESTDIR="$pkgdir" ninja install
}