summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIppytraxx2016-03-30 16:48:11 +0200
committerIppytraxx2016-03-30 16:48:11 +0200
commit3d44960abf91130d5f115a58ce95eef640d139a7 (patch)
treef1796478bd49c325b25e4184372a3dea58e2e0ad
parent3dcfdf68dca648d11f5bc9967a716856b4a983b3 (diff)
downloadaur-3d44960abf91130d5f115a58ce95eef640d139a7.tar.gz
meson is now meson.py
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c4c6da0ff4f..2498c256ec41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 14:41:16 UTC 2016
+# Wed Mar 30 14:47:56 UTC 2016
pkgbase = gnome-twitch
pkgdesc = Enjoy Twitch on your GNU/Linux desktop
pkgver = 0.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Ippytraxx/gnome-twitch
install = gnome-twitch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2dff9d16923f..4352054f8710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-twitch
pkgver=0.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Enjoy Twitch on your GNU/Linux desktop"
arch=('i686' 'x86_64')
url="https://github.com/Ippytraxx/gnome-twitch"
@@ -20,7 +20,7 @@ build()
rm -rf build
mkdir build
cd build
- meson --prefix /usr --buildtype release -Ddo-post-install=false ..
+ meson.py --prefix /usr --buildtype release -Ddo-post-install=false ..
ninja
}