summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2021-02-11 14:48:22 +0100
committerGuillaume Hayot2021-02-11 14:48:22 +0100
commit695cea4a996d693203dbf268fb382019e6a7c5f8 (patch)
tree05c462cd01e6b522e324ef487c01103910ee802e
parent5c4a2758b1d551f023fd15f9ba970d2f03ae94d4 (diff)
downloadaur-695cea4a996d693203dbf268fb382019e6a7c5f8.tar.gz
Using arch-meson
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36037bbebe9d..55a92d6549e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
pkgver = 2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gkarsay/parlatype
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 8d47ed0a6d13..992311e6b0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME audio player for transcription"
arch=('any')
url="https://github.com/gkarsay/parlatype"
@@ -17,7 +17,7 @@ sha256sums=('13f1f2895a3ae5bb8809bfd0608baa84138e81388d5648577aface7c808aebf6')
build() {
cd "$pkgname-$pkgver"
- meson build --prefix=/usr -Dasr=false -Dgir=true
+ arch-meson build -Dasr=false -Dgir=true
cd build
ninja
}