summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIppytraxx2015-10-25 18:19:57 +0100
committerIppytraxx2015-10-25 18:19:57 +0100
commit0ebf41a061e52c34a67cd9ee95029876306780e0 (patch)
tree782728f074f24c65404e8fb6e497f655bd2062c9
parentb8afdd5c4a2a4369a125162da70898bd37b582c5 (diff)
downloadaur-0ebf41a061e52c34a67cd9ee95029876306780e0.tar.gz
Mesonconf options need to be in package function
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb18c4faca8..b459884d74e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-twitch-git
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
- pkgver = r184.0cc8ae0
+ pkgver = r185.68e85eb
pkgrel = 1
url = https://github.com/Ippytraxx/gnome-twitch
install = gnome-twitch-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 7f202d957351..2bfef04de744 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vincent <ippytraxx@installgentoo.com>
pkgname=gnome-twitch-git
-pkgver=r184.0cc8ae0
+pkgver=r185.68e85eb
pkgrel=1
pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
@@ -26,13 +26,13 @@ build()
rm -rf build
mkdir build
cd build
- meson --prefix /usr --buildtype release
- mesonconf -Ddo-post-install=false
+ meson --prefix /usr --buildtype release ..
ninja
}
package()
{
cd "$pkgname"/build
+ mesonconf -Ddo-post-install=false
DESTDIR="$pkgdir" ninja install
}