summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47f0a26d267a..c097b6283c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ícar N. S. <personal@icarns.xyz>
pkgname=gtuber-git
-pkgver=r242.668c331
-pkgrel=2
+pkgver=r338.0467b55
+pkgrel=1
pkgdesc="A C library to fetch media info from websites."
arch=(any)
url="https://github.com/Rafostar/gtuber"
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- arch-meson -Ddoc=true . build
+ arch-meson . build
meson compile -C build
}